Angular UI Component Library based on DevUI Design
The DevUI is an enterprise-level component library that provides support for design specifications and a font icon library. It is equipped with out-of-the-box features and now supports Angular version 16.0.0 and above. The DevUI aims to simplify the process of creating and debugging Angular projects, offering a range of components for modern browsers, including Internet Explorer 11+.
To install the DevUI theme, follow these steps:
angular.json
file.styles
array: "styles": [
"../node_modules/devui/devui.min.css",
// Other styles...
]
DevUI is an enterprise-level component library that provides support for design specifications and a font icon library. It offers out-of-the-box features and supports Angular version 16.0.0 and above. The installation process is straightforward, requiring the addition of the DevUI style to the angular.json
file. With its range of components and support for modern browsers, DevUI aims to simplify the development and debugging process of Angular projects. Contributions to the project are welcomed, and the library is licensed under MIT.