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 patch
to generate version1.0.1
-
npm run release -- --release-as minor
to generate version1.1.0
-
npm run release -- --release-as major
to generate version2.0.0
(DEFAULT)