refactor(ivy): handle animation metadata normalization in the compiler (#26481)
PR Close #26481
This commit is contained in:

committed by
Misko Hevery

parent
0f7d2ca7a8
commit
9e5d440a0b
@ -133,7 +133,9 @@ describe('compiler compliance: styling', () => {
|
||||
vars: 0,
|
||||
template: function MyComponent_Template(rf, $ctx$) {
|
||||
},
|
||||
animations: [{name: 'foo123'}, {name: 'trigger123'}]
|
||||
data: {
|
||||
animations: [{name: 'foo123'}, {name: 'trigger123'}]
|
||||
}
|
||||
});
|
||||
`;
|
||||
|
||||
@ -173,7 +175,9 @@ describe('compiler compliance: styling', () => {
|
||||
vars: 0,
|
||||
template: function MyComponent_Template(rf, $ctx$) {
|
||||
},
|
||||
animations: []
|
||||
data: {
|
||||
animations: []
|
||||
}
|
||||
});
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user