1.0.0 • Published 7 years ago

ng-starter-library v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ng-library-starter npm version npm downloads

Native Angular2 directives for Bootstrap, works with Bootstrap 3 and 4-alfa

Angular 2 Style Guide Build Status codecov Dependency Status

NPM NPM

Table of contents

  1. Getting Started
  2. Installation instructions
  3. Usage & Demo
  4. API
  5. Troubleshooting
  6. Contributing
  7. License

Getting Started

# clone the repository
git clone git@github.com: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:

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!