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

committed by
Miško Hevery

parent
e0f9a1b3f3
commit
0ae3518fa9
@ -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