Konstantsin Demedenkov
Results
3
comments of
Konstantsin Demedenkov
Are there any options to use subscriptions with TypeScript?
I've found out that in case of TypeScript the following code works: ``` @Component({ subscriptions() { // this - instance of ComponentClass return { // actual subscriptions } } })...
@lambda0xff I use WebStorm from JetBrains and it doesn't complain about ```subscriptions```, I didn't try it in VSCode