fix(ivy): Enable AoT tests to run on CI; disable failing tests (#26975)

PR Close #26975
This commit is contained in:
Miško Hevery
2018-11-05 20:31:54 -08:00
committed by Kara Erickson
parent 5e769d9a25
commit 53e4e0c1a3
22 changed files with 71 additions and 51 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {Injector} from '@angular/core';
import {APP_INITIALIZER, ApplicationInitStatus} from '../src/application_init';
import {APP_INITIALIZER, ApplicationInitStatus} from '@angular/core/src/application_init';
import {TestBed, async, inject} from '../testing';
{