ng-mat-components 13.1.0-pr-21
Install from the command line:
Learn more about npm packages
$ npm install @fullstack-devops/ng-mat-components@13.1.0-pr-21
Install via package.json:
"@fullstack-devops/ng-mat-components": "13.1.0-pr-21"
About this version
Components for @angular/material
add to your local .npmrc the following line to be able to use this package:
@fullstack-devops:registry=https://npm.pkg.github.comAnd install it:
- yarn
yarn add @fullstack-devops/ng-mat-components
- npm
npm install @fullstack-devops/ng-mat-components
Live Demo with all current modules at https://fullstack-devops.github.io/ng-mat-components (still in dev)
Api Documentation: https://fullstack-devops.github.io/libraries/ng-mat-components.
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.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.