typescript-mix icon indicating copy to clipboard operation
typescript-mix copied to clipboard

@use() decorator on class

Open robbertvanhove opened this issue 4 years ago • 1 comments

I think it would kind off make more sense for the @use decorator to be applied on classes instead of a property 'this:any'.

So for example:

class Mixable {}

@use(Mixable)
class Mixed {}

interface Mixed extends Mixable {}

robbertvanhove avatar Nov 06 '19 19:11 robbertvanhove

Anu updates on this please?

kodeine avatar Sep 05 '20 06:09 kodeine