We use the latest technologies and tools in order to create a better code that not only works great, but it is easy easy to work with too.
Component Collection is a rich set of open source native UI components based on HTML, JavaScript, TypeScript, CSS/SCSS and Angular.
Component Collection is not a framework that can be downloaded from npm. We only offer web solutions as components. You can only download the components. The components can be downloaded from GitHub.
For every Angular Component there is also a preview on StackBlitz.
After a component is downloaded and included in your project, its imports
must be included in app.module.ts
. For the Data Table component, for example, it looks like this:
Styles (color, size...) in the components are held in scss variables. Depending on your wishes, these can be changed or overwritten by your own theme.
With Component Collection there are no dependencies. Only TypeScript, Angular, HTML, CSS and JavaScript are used.