This reverts commit 7f8c2225f2
.
This commit caused test failures internally, which were traced back to the
optimizer removing NgModuleFactory constructor calls when those calls caused
side-effectful registration of NgModules by their ids.
PR Close #38303
This commit is contained in:
@ -103,5 +103,3 @@ export interface QueryList<T>/* implements Iterable<T> */ {
|
||||
export type NgIterable<T> = Array<T>|Iterable<T>;
|
||||
|
||||
export class NgZone {}
|
||||
|
||||
export declare function ɵnoSideEffects<T>(fn: () => T): T;
|
||||
|
Reference in New Issue
Block a user