docs(aio): fix aot-compiler example to work with Angular v5 (#19511)

PR Close #19511
This commit is contained in:
Peter Bacon Darwin
2017-10-04 12:34:28 +01:00
committed by Tobias Bosch
parent 142a2b7341
commit 9fe6363575
5 changed files with 9 additions and 15 deletions

View File

@ -13,8 +13,6 @@ const SJS_SPEC_FILENAME = 'e2e-spec.ts';
const CLI_SPEC_FILENAME = 'e2e/app.e2e-spec.ts';
const EXAMPLE_CONFIG_FILENAME = 'example-config.json';
const IGNORED_EXAMPLES = [ // temporary ignores
'aot-compiler', // Temporarily disabled until we figure out how to make it pass with the latest ngc.
'toh-',
'quickstart',
'http',