0.1.13 • Published 4 years ago
ngx-mat-calc-input v0.1.13
THE COMPONENT
NgxMatCalcInput
Build
Run ng build ngx-mat-calc-input --prod
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build ngx-mat-calc-input
, go to the dist folder cd dist/ngx-mat-calc-input
and run npm publish
.
Running unit tests
Run ng test ngx-mat-calc-input
to execute the unit tests via Karma.
A SIMPLE APP TO SEE THE COMPONENT IN ACTION
AngularMaterialCalculatorInput
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.
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.