fix(ivy): Enable AoT tests to run on CI; disable failing tests (#26975)
PR Close #26975
This commit is contained in:

committed by
Kara Erickson

parent
5e769d9a25
commit
53e4e0c1a3
@ -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';
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user