Skip to content

Some elements that can be used in your Angular 5+ project.

Notifications You must be signed in to change notification settings

stanvanheumen/ngx-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx-elements

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.

Features

  • 🐫 Easy implementation
  • 🐭 Lazy loading compatible
  • 🐑 Angular Universal compatible
  • 🐦 Ahead-Of-Time compilation compatible

Demo

Click here to play with the example

Installation

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">

About

Some elements that can be used in your Angular 5+ project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages