15.3.0 • Published 2 years ago

@mkteam/dds-ngx-easy-table v15.3.0

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

npm version last commit total downloads Build Status semantic-release

This project is feature complete, and I don't plan to add any new features. I update the library to provide support for the latest Angular releases.

Code Examples

Demo

Installation

npm install ngx-easy-table --save

Library requires @angular/cdk, please install it as well.

npm install @angular/cdk --save

Available config settings:

See https://ngx-easy-table.eu/#/doc

Development

  • npm run watch:table
  • cd dist/ngx-easy-table && npm link
  • go back to project root dir and npm link ngx-easy-table
  • npm run start