1.0.7 • Published 4 years ago
ngx-mat-controls v1.0.7
ngx-mat-controls
- Provides simplified API to work with Angular ReactiveForms validation via Field/Form classes.
- Contains a list of commonly-used editor controls based on Angular Material and CDK
- Provides extensions to Angular Router like: stateful modals, route retained event, etc.
Code scaffolding
Run ng generate component component-name --project ngx-mat-controls to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-mat-controls.
Note: Don't forget to add
--project ngx-mat-controlsor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build ngx-mat-controls to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build ngx-mat-controls, go to the dist folder cd dist/ngx-mat-controls and run npm publish.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.