ngx-easy-table-plus
v15.8.3
Published
Angular easy table
Maintainers
Readme
This is an actively maintained fork of ssuperczynski/ngx-easy-table. Published to npm as
ngx-easy-table-plus.
Demo
Code Examples
Installation
npm install ngx-easy-table-plus --saveLibrary requires @angular/cdk, please install it as well.
npm install @angular/cdk --saveAvailable config settings
Every available configuration option and feature has a runnable example in the demo, with the source for each example in src/app/demo.
Development
- 1st tab -
npm run watch:table - 2nd tab -
cd dist/ngx-easy-table && npm link - 2nd tab - go back to project root dir and
npm link ngx-easy-table-plus - 2nd tab -
npm run start
At the end run npm run cy:ci to make sure everything works.
Releasing a new version
- Bump the version in
projects/ngx-easy-table/package.json. - Commit and push that change.
- Tag and push the tag — this triggers the publish workflow:
git tag v15.8.0
git push origin v15.8.0The .github/workflows/publish.yml workflow lints, builds, runs e2e tests,
and publishes to npm automatically. If any of those steps fail, the tag is
pushed but nothing gets published — fix the issue and push a new tag.
