fix(ivy): export NgModuleFactory via r3_symbols for core factories (#25392)
When @angular/core is compiled by ngtsc, a factory file is generated for ApplicationModule, that is currently invalid because r3_symbols does not export NgModuleFactory. This change fixes that issue and ensures the generated ngfactory file for @angular/core is valid. PR Close #25392
This commit is contained in:

committed by
Ben Lesh

parent
2befc65777
commit
33fd7e0784
@ -46,6 +46,7 @@ const CORE_SUPPORTED_SYMBOLS = new Set<string>([
|
||||
'ɵInjectableDef',
|
||||
'ɵInjectorDef',
|
||||
'ɵNgModuleDef',
|
||||
'ɵNgModuleFactory',
|
||||
]);
|
||||
|
||||
export class ImportManager {
|
||||
|
Reference in New Issue
Block a user