feat(ivy): emit metadata along with all Angular types (#26860)
This commit causes a call to setClassMetadata() to be emitted for every type being compiled by ngtsc (every Angular type). With this metadata, the TestBed should be able to recompile these classes when overriding decorator information. Testing strategy: Tests in the previous commit for generateSetClassMetadataCall() verify that the metadata as generated is correct. This commit enables the generation for each DecoratorHandler, and a test is added to ngtsc_spec to verify all decorated types have metadata generated for them. PR Close #26860
This commit is contained in:

committed by
Matias Niemelä

parent
492576114d
commit
8634d0bcd8
@ -231,7 +231,7 @@
|
||||
"name": "AttrAst"
|
||||
},
|
||||
{
|
||||
"name": "Attribute"
|
||||
"name": "Attribute$1"
|
||||
},
|
||||
{
|
||||
"name": "B64_DIGITS"
|
||||
|
Reference in New Issue
Block a user