UNPKG

ng-table

Version:

Table + AngularJS ================= [![Build Status](https://travis-ci.org/esvit/ng-table.svg)](https://travis-ci.org/esvit/ng-table) [![Coverage Status](https://coveralls.io/repos/esvit/ng-table/badge.png)](https://coveralls.io/r/esvit/ng-table) [![seman

7 lines (6 loc) 193 B
/// <reference types="angular" /> import * as ng1 from 'angular'; declare const ngTableModule: ng1.IModule; export { ngTableModule }; export * from './src/core'; export * from './src/browser';