We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a31e55 commit 4d37a06Copy full SHA for 4d37a06
aio/tools/examples/run-example-e2e.js
@@ -26,6 +26,11 @@ const IGNORED_EXAMPLES = [
26
const fixmeIvyExamples = [
27
// fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined)
28
'i18n',
29
+ // Needs a Angular CLI synced with the Ivy loadChildren: string support after
30
+ // https://github.com/angular/angular/pull/28685
31
+ 'lazy-loading-ngmodules',
32
+ 'router',
33
+ 'ngmodules',
34
];
35
36
if (argv.ivy) {
0 commit comments