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
@ -198,7 +198,7 @@
|
||||
"name": "ViewEncapsulation$1"
|
||||
},
|
||||
{
|
||||
"name": "ViewRef$1"
|
||||
"name": "ViewRef"
|
||||
},
|
||||
{
|
||||
"name": "_CLEAN_PROMISE"
|
||||
|
Reference in New Issue
Block a user