1.0.2 • Published 2 years ago

ngx-advanced-material-table v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NgxAdvancedMaterialTable

npm ci Quality Gate Status

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 version 1.0.1

  • npm run release -- --release-as minor to generate version 1.1.0

  • npm run release -- --release-as major to generate version 2.0.0 (DEFAULT)