UNPKG

1.57 kBMarkdownView Raw
1[![npm version](https://badge.fury.io/js/ngx-easy-table.svg)](https://badge.fury.io/js/ngx-easy-table)
2[![last commit](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)
3[![total downloads](https://badgen.net/npm/dt/ngx-easy-table)](https://badgen.net/npm/dt/ngx-easy-table)
4[![Build Status](https://travis-ci.org/ssuperczynski/ngx-easy-table.svg?branch=master)](https://travis-ci.org/ssuperczynski/ngx-easy-table)
5[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
6
7I update the library to provide support for the latest Angular releases.
8I am open to new enterprise features. Write me an email.
9
10## Code Examples
11
12<a href="https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo" target="_blank">
13https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo
14</a>
15
16## Demo
17
18<a href="https://ngx-easy-table.eu" target="_blank">
19https://ngx-easy-table.eu
20</a>
21
22## Installation
23
24`npm install ngx-easy-table --save`
25
26Library requires `@angular/cdk`, please install it as well.
27
28`npm install @angular/cdk --save`
29
30## Available config settings:
31
32See https://ngx-easy-table.eu/#/doc
33
34## Development
35
36- 1st tab - `npm run watch:table`
37- 2nd tab - `cd dist/ngx-easy-table && npm link`
38- 2nd tab - go back to project root dir and `npm link ngx-easy-table`
39- 2nd tab - `npm run start`
40
41At the end run `npm run cy:ci` to make sure everything works.