UNPKG

732 BMarkdownView Raw
1# Angular DataTables
2
3![build](https://github.com/l-lin/angular-datatables/workflows/build/badge.svg)
4[![npm](https://img.shields.io/npm/v/angular-datatables.svg)][npm-link]
5[![npm](https://img.shields.io/npm/dm/angular-datatables.svg)][npm-link]
6
7> [Angular](https://angular.io/) + [DataTables](https://datatables.net/)
8
9# Documentation
10
11Please check the [online documentation](http://l-lin.github.io/angular-datatables/)
12
13# Versioning
14
15The major version of the project (it's using a [Semantic versioning](http://semver.org/)) is
16synchronized with the major version of Angular.
17
18# Getting involved
19
20Check the [developer guide](DEVELOPER.md)
21
22# LICENSE
23
24[MIT](LICENSE)
25
26[npm-link]: https://www.npmjs.com/package/angular-datatables
27