angular-datatables
Version:
Angular directive for DataTables
14 lines (13 loc) • 449 B
TypeScript
/**
* @license
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://raw.githubusercontent.com/l-lin/angular-datatables/master/LICENSE
*/
/**
* @module
* @description
* Entry point from which you should import all public library APIs.
*/
export { DataTableDirective } from './src/angular-datatables.directive';
export { DataTablesModule } from './src/angular-datatables.module';