mv-angular-components
v1.0.4
Published
This ionic project hosts the angular-components library and provides a testing application for them.
Downloads
2
Readme
angular-components
This ionic project hosts the angular-components library and provides a testing application for them.
To build the library and link it locally
npm run link
This will create a dist
directory which will be linked with npm
To build the library and publish it on NPM
npm run publish
WARNING: Don't forget to update the version (in package.json) before publishing it
To add the library to a project
npm install mv-ionic-components --save
or
npm link mv-ionic-components
To run the application
ng serve
Build documentation
npm run compodoc
Serve documentation
npm run compodoc-serve
documentation will be served on http://localhost:8080