UNPKG
angular-datatables
Version:
latest (19.0.0)
19.0.0
18.0.0
17.1.0
17.0.0
16.0.1
16.0.0
15.0.1
15.0.0
14.0.2
14.0.1
14.0.0
13.1.0
13.0.1
13.0.0
12.0.2
12.0.1
12.0.0
11.2.0
11.1.2
11.1.1
11.1.1-dev
11.1.0
11.0.2
11.0.1
11.0.0
10.1.3
10.1.2
10.1.1
10.1.0
10.0.3
10.0.2
10.0.1
10.0.0
9.1.1
9.1.0
9.1.0-rc1
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.1.0
8.0.0
7.0.0
7.0.0-dev
6.0.1
6.0.0
5.1.0
5.0.0
4.4.1
4.4.0
4.2.0
4.1.1
4.1.0
4.0.0
2.3.0
2.2.0
2.1.0
2.0.1
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.3
Angular directive for DataTables
github.com/l-lin/angular-datatables
l-lin/angular-datatables
angular-datatables
/
schematics
/
src
/
ng-add
/
utils
/
get-file-content.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
Tree
}
from
"@angular-devkit/schematics"
;
export
declare
function
getFileContent
(
tree
:
Tree
,
path
:
string
):
string
;