UNPKG
ng-matero
Version:
latest (19.2.0)
v10-lts (10.4.1)
v11-lts (11.3.2)
v12-lts (12.8.0)
v13-lts (13.1.1)
v14-lts (14.3.0)
v15-lts (15.3.0)
v16-lts (16.3.0)
v17-lts (17.2.0)
v8-lts (0.16.0)
v9-lts (9.7.2)
19.2.0
19.1.0
19.0.0
18.3.0
18.2.0
18.1.0
18.0.3
18.0.2
18.0.1
18.0.0
17.2.0
17.1.0
17.0.2
17.0.1
17.0.0
16.3.0
16.2.1
16.2.0
16.1.3
16.1.2
16.1.1
16.1.0
16.0.2
16.0.1
16.0.0
15.3.0
15.2.3
15.2.2
15.2.1
15.2.0
15.1.1
15.1.0
15.0.0
14.3.0
14.2.0
14.1.0
14.0.0
13.1.1
13.1.0
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.8.0
12.7.6
12.7.5
12.7.4
12.7.3
12.7.2
12.7.1
12.7.0
12.6.0
12.5.0
12.4.3
12.4.2
12.4.1
12.4.0
12.3.1
12.3.0
12.2.0
12.1.4
12.1.3
12.1.2
12.1.1
12.1.0
12.0.1
12.0.0
11.3.2
11.3.1
11.3.0
11.2.3
11.2.2
11.2.1
11.2.0
11.1.2
11.1.1
11.1.0
11.0.0
10.4.1
10.4.0
10.3.6
10.3.5
10.3.4
10.3.3
10.3.2
10.3.1
10.3.0
10.2.3
10.2.2
10.2.1
10.2.0
10.1.1
10.1.0
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.7.2
9.7.1
9.7.0
9.6.1
9.6.0
9.5.1
9.5.0
9.4.0
9.3.1
9.3.0
9.2.0
9.1.0
9.0.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.1
0.10.0
0.9.1
0.9.0
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Angular Material admin template
ng-matero.github.io/ng-matero/
ng-matero/ng-matero
ng-matero
/
ng-add
/
global-loader.d.ts
5 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
import
{
Rule
}
from
'@angular-devkit/schematics'
;
import
{
Schema
}
from
'./schema'
;
/** Adds the Material Design fonts to the index HTML file. */
export
declare
function
addLoaderToIndex
(
options: Schema
):
Rule
;