A simple framework that contains Angular elements.
npm install @stanvanheumen/ngx-elementsngx-elementsnpm or yarn:
bash
$ npm install @stanvanheumen/ngx-elements --save
or
$ yarn add @stanvanheumen/ngx-elements
`
To get the best styling you can import the styling.scss that is included in the library.
`scss
@import '~@stanvanheumen/ngx-elements/vendor/styles';
`
To get the correct fonts and icons you should add these two link-tags to the head section of your index.html (these are not included for performance).
`html
``