1.0.2 • Published 4 years ago
ngx-advanced-material-table v1.0.2
NgxAdvancedMaterialTable
This project was generated with Angular CLI version 12.0.0.
Getting Started + Demo
https://fernandoaabel.github.io/ngx-advanced-material-table/demo
Run it locally
Run npm run start to run Demo project on http://localhost:4200/.
Run npm run watch to build ngx-advanced-material-table library and watch new file changes.
Release
Standard-version to bump version, generates changelog, creates a commit and a tag.
Run npm run release to bump a new release version. Example:
Suppose the last version of your code is 1.0.0. Run:
npm run release -- --release-as patchto generate version1.0.1npm run release -- --release-as minorto generate version1.1.0npm run release -- --release-as majorto generate version2.0.0(DEFAULT)