fix(ivy): ensure @animation host bindings/listeners work properly (#27896)
PR Close #27896
This commit is contained in:

committed by
Kara Erickson

parent
0bd9deb9f5
commit
5d3dcfc6ad
@ -434,7 +434,7 @@ function extractHostBindings(
|
||||
});
|
||||
}
|
||||
|
||||
const {attributes, listeners, properties, animations} = parseHostBindings(hostMetadata);
|
||||
const {attributes, listeners, properties} = parseHostBindings(hostMetadata);
|
||||
|
||||
filterToMembersWithDecorator(members, 'HostBinding', coreModule)
|
||||
.forEach(({member, decorators}) => {
|
||||
|
Reference in New Issue
Block a user