UNPKG
jqwidgets-ng
Version:
latest (26.0.0)
next (17.1.1)
26.0.0
25.1.0
25.0.2
25.0.0
24.1.0
24.0.0
23.1.0
23.0.8
23.0.7
23.0.6
23.0.5
23.0.4
23.0.3
23.0.2
23.0.1
23.0.0
22.0.3
22.0.2
22.0.1
22.0.0
21.0.6
21.0.5
21.0.0
20.0.0
19.2.3
19.2.2
19.2.1
19.2.0
19.1.0
19.0.5
19.0.4
19.0.3
19.0.2
19.0.0
18.3.0
18.2.0
18.1.0
18.0.0
17.1.1
17.1.0
17.0.1
17.0.0
16.0.2
16.0.1
16.0.0
15.1.0
15.0.3
15.0.2
15.0.1
15.0.0
14.1.20
14.1.19
14.1.18
14.1.17
14.1.16
14.1.15
14.1.14
14.1.13
14.1.12
14.1.11
14.1.10
14.1.9
14.1.8
14.1.7
14.1.6
14.1.5
14.1.4
14.1.3
14.1.2
14.1.1
14.1.0
14.0.0
13.2.0
13.1.1
13.1.0
13.0.1
13.0.0
12.2.1
12.2.0
12.1.2
12.1.1
12.1.0
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.1.3
11.1.2
11.1.1
11.1.0
11.0.11
11.0.10
11.0.9
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.1.6
10.1.5
10.1.4
10.1.3
10.1.2
10.1.1
10.1.0
10.0.2
10.0.1
10.0.0
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.3.3
8.3.2
8.3.1
8.3.0
8.2.0
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.0
7.2.1
7.2.0
1.0.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
jQWidgets Angular Modules
www.jqwidgets.com
jqwidgets-ng
/
schematics
/
ng-generate
/
grid
/
index.d.ts
8 lines
(7 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Rule
}
from
'@angular-devkit/schematics'
;
import
{
Schema
}
from
'./schema'
;
/** * Scaffolds a new table component. * Internally it bootstraps the base component schematic */
export
default
function
(
options: Schema
):
Rule
;