parent
81c13e2f86
commit
5f178f3a5a
|
@ -26,7 +26,6 @@ export function compileNgModule(type: Type<any>, ngModule: NgModule): void {
|
|||
exports: flatten(ngModule.exports || EMPTY_ARRAY).map(expandModuleWithProviders).map(wrap),
|
||||
emitInline: true,
|
||||
};
|
||||
const res = compileIvyNgModule(meta);
|
||||
|
||||
// Compute transitiveCompileScope
|
||||
const transitiveCompileScope = {
|
||||
|
|
Loading…
Reference in New Issue