You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, I found a working example at stackoverflow 🙂
Overall it was a bit challenging to figure that out 😅 So the example would help a lot.
@justinfagnani@cdata can you please confirm if the code snippet above is correct? Also, do you have any other guidelines about how mixins should be written in TypeScript?
I have been looking for a small example of how to create a mixin, but there wasn't one.
So far I was able to come up with the following snippet:
Some things that I learned before I was able to make it work:
Constructortype 🔖Overall it was a bit challenging to figure that out 😅 So the example would help a lot.
@justinfagnani @cdata can you please confirm if the code snippet above is correct? Also, do you have any other guidelines about how mixins should be written in TypeScript?