Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 568 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 568 Bytes

Project is written in https://github.com/angular/angular-cli Library created using https://github.com/angular/angular-cli/wiki/stories-create-library

Project has two package.json:

  • first to serve demo with examples
  • second (located in project/ngx-easy-table), contains items only for table component.

If you do changes in project/ngx-easy-table make sure to run npm run watch:table and then npm run start

To add module, component or service follow https://github.com/angular/angular-cli/wiki

To run tests run npm run cy:serve and then npm run cy:open