Simply add some elements that can be used in your Angular 5+ project.
- Use command + F or ctrl + F to search for a keyword.
- Contributions welcome, please see contribution guide.
- 🐫 Easy implementation
- 🐭 Lazy loading compatible
- 🐑 Angular Universal compatible
- 🐦 Ahead-Of-Time compilation compatible
Click here to play with the example
To use ngx-elements in your project install it via npm
or yarn
:
$ 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.
@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).
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">