We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
example,
@listen('size-changed', this);
currently produces typescript error,
[ts] 'this' implicitly has type 'any' because it does not have a type annotation.
Temporary workaround set: "noImplicitThis": false