UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

24 lines (15 loc) 779 B
# Installing You can grab the latest release from the [Releases Page](https://github.com/swimlane/angular2-data-table/releases) in Github or via [NPM](https://www.npmjs.com/package/angular2-data-table). * `npm install angular2-data-table` Also, the release code is checked in and resides [here](https://github.com/swimlane/angular2-data-table/tree/master/release). ### Module Version The module is packaged using UMD. The file is `release/index.js`. ### CSS Additionally you will need to include `./release/datatable.css`. If you want to use material theme, include `./release/material.css`. For more information, visit the 'Themes' section. ## Developing If you are wanting to run the demos locally, just do: - `npm i` - `npm start` - Browse to `http://localhost:9999`