This project was generated with Angular CLI version 12.0.0.
https://fernandoaabel.github.io/ngx-advanced-material-table/demo
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.
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.1 -
npm run release -- --release-as minorto generate version1.1.0 -
npm run release -- --release-as majorto generate version2.0.0(DEFAULT)