Vlad Sternbach
Vlad Sternbach
It's possible I guess, but it would take quite an effort to update all of the webpack configuration to support js and ts simultaneously, unfortunately I don't have time for...
Sorry, was a bit overloaded at work lately. Seems that @MartijnWelker solution is a bit more elegant, although it seems to be a bug there
there's no any problem in using es6+ features since it's compiled to es5 anyway
Afaik from angular extending classes are not getting any of the inputs and outputs from the parent class, so I think I'll be changing that here as well, so each...
Hello, thank you for your contribution, I will be able to review and test it thoroughly only in a week or so, I like the idea of run and config...
As a workaround, it is possible to use `fork-ts-checker-webpack-plugin` alongside `ts-loader` and it supports typings caching
Oh wow, great trick, didn't know about this npm feature, cool stuff!