Skip to content

Commit bf7cc73

Browse files
docs: add temporary flag to enable lazy loading
Context: angular/angular-cli#13524
1 parent 402ed2d commit bf7cc73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aio/tools/examples/shared/boilerplate/common/src/tsconfig.app.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"**/*.spec.ts"
1010
],
1111
"angularCompilerOptions": {
12-
"enableIvy": "ngtsc"
12+
"enableIvy": "ngtsc",
13+
"allowEmptyCodegenFiles": true
1314
}
1415
}

0 commit comments

Comments
 (0)