We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c87d76 commit e5f978fCopy full SHA for e5f978f
schematics/src/ng-add/schema.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "http://json-schema.org/schema",
3
- "id": "angular-datatables-schematic-angular-datatables",
+ "$id": "angular-datatables-schematic-angular-datatables",
4
"title": "Angular DataTables angular-datatables schematic",
5
"type": "object",
6
"properties": {
tsconfig-build.json
@@ -23,6 +23,7 @@
23
"angularCompilerOptions": {
24
"skipMetadataEmit": false,
25
"skipTemplateCodegen": true,
26
- "enableIvy": true
+ "enableIvy": true,
27
+ "compilationMode": "partial"
28
},
29
}
0 commit comments