Closed mickmcgrath13 closed 7 years ago
when doing something like:
<div (. prop)="*animationsModule.default.animations.customAnimation" />
then in the viewmodel
someMethod(){ this.prop = "newVal" }
customAnimation doesn't seem to fire. Only by manually dispatching an event will the RHS execute.
customAnimation
when doing something like:
then in the viewmodel
customAnimation
doesn't seem to fire. Only by manually dispatching an event will the RHS execute.