1 | /**
|
2 | * @license
|
3 | *
|
4 | * Use of this source code is governed by an MIT-style license that can be
|
5 | * found in the LICENSE file at https://raw.githubusercontent.com/l-lin/angular-datatables/master/LICENSE
|
6 | */
|
7 | /**
|
8 | * @module
|
9 | * @description
|
10 | * Entry point from which you should import all public library APIs.
|
11 | */
|
12 | export { DataTableDirective } from './src/angular-datatables.directive';
|
13 | export { DataTablesModule } from './src/angular-datatables.module';
|