ucla-data-table
v0.0.2
Published
Simplified DataTable for Angular 8
Downloads
3
Maintainers
Readme
DataTable
This library was generated with Angular CLI version 8.2.0 and is an extension of https://www.npmjs.com/package/ng-angular8-datatable
Code scaffolding
Run ng generate component component-name --project dataTable
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project dataTable
.
Note: Don't forget to add
--project dataTable
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build dataTable
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build dataTable
, go to the dist folder cd dist/data-table
and run npm publish
.
Running unit tests
Run ng test dataTable
to execute the unit tests via Karma.