ng2-smoothie v1.1.1
ng2-smoothie
Angular2 wrapper for Smoothie.js providing few more additional features
Get via npm:
npm i --save ng2-smoothie
Eample of usage:
my-component.ts:
Develop
This project was generated with angular-cli version 1.0.0-beta.16.
In order to develop You have to have it installed globally: npm i -g angular-cli
Install project locally
- Fork the project
- Run
npm i
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Running unit tests
Run ng test to execute the unit tests via Karma.
Running Lint
Run ng lint to execute tslint.
Build
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
In order to build you have to have gulp installed globally: npm i -g gulp
Further help
To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.