ng-starter-library
v1.0.0
Published
Angular Starter Library for Libraries
Downloads
3
Readme
ng-library-starter
Native Angular2 directives for Bootstrap, works with Bootstrap 3 and 4-alfa
Table of contents
Getting Started
# clone the repository
git clone [email protected]:jgodi/angular-library-starter.git
# install dependencies
npm install # yarn
# build the src
npm run build
# link the library to demo
npm run link
# start the demo
npm start
Installation instructions
Install ng-library-starter
from npm
npm install ng-library-starter --save
How to use it with:
angular-cli
please refer to getting-started-with-ng-cliangular-seed
please refer to getting-started-with-angular-seedplnkr
sample available hereAoT using ngc and rollup
please refer to ng-library-starter-with-aot
Usage & Demo
Main source of API documentation and usage scenarious available here: http://jgodi.github.io/angular-library-starter/
Credits
Huge thanks to Valor Software for thier great angular component libraries which this was lifted from as a starter!