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),
|
exports: flatten(ngModule.exports || EMPTY_ARRAY).map(expandModuleWithProviders).map(wrap),
|
||||||
emitInline: true,
|
emitInline: true,
|
||||||
};
|
};
|
||||||
const res = compileIvyNgModule(meta);
|
|
||||||
|
|
||||||
// Compute transitiveCompileScope
|
// Compute transitiveCompileScope
|
||||||
const transitiveCompileScope = {
|
const transitiveCompileScope = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user