Skip to content

adessilly/angular-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Components Lib

Custom UI Library for Angular, using :

  • JQuery Select2
  • Bootstrap-datetimepicker
  • iCheck2

Build sources

(nb: The build process uses ng_packagr)

  • git clone $REPO_URL
  • npm i
  • npm run build

How to use

  • npm i angular-components-lib
  • edit your ngModule with these 2 lines :
  • import {AngularComponentsModule} from 'angular-components-lib';
  • @NgModule({ ... imports: [ ..., Angular2ComponentsModule, ...] ...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published