Skip to content

Commit 4d37a06

Browse files
committed
test(docs-infra): ignore lazy loading examples in Ivy
1 parent 1a31e55 commit 4d37a06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aio/tools/examples/run-example-e2e.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ const IGNORED_EXAMPLES = [
2626
const fixmeIvyExamples = [
2727
// fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined)
2828
'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',
2934
];
3035

3136
if (argv.ivy) {

0 commit comments

Comments
 (0)