@grumptech/ngx-matx
v1.0.2
Published
Angular Material components
Readme
ngx-matx
A few components built on top of Angular Material created to support other projects.
Getting started
Install
Run npm i @grumptech/ngx-matx.
Developing
- Run
npm installto install the necessary npm packages. - Run
npm run buildto build the library. - Run
npx prettier . --checkornpx prettier . --writeto format code using prettier (an opinionated formatter).
