Hadrien Milano
Hadrien Milano
Thanks @ebruchez for pointing this out. **This issue is open for PRs** A correct fix has to take care of the following points: - [ ] Find an appropriate way...
I suppose it could be useful indeed. This is, however, a matter of personal preference: some might still want the decorator for consistency's sake. I'm open to adding this feature,...
This is definitely out of scope. Although it is an interesting feature too. Regarding performance, I'd trade some performance for separation of concerns since this stuff is all early work....
I don't really see what is wrong with this behaviour. On the contrary, exceptional behaviours make it harder to read someone else's code. Look for instance at this piece of...
Your question applies to all tslint rules that use type checking. I do not know the exact answer, but I guess it should work as long as tslint is able...
> I don't want to see a warning/error when I use an overridden variable It should only warn when you **redefine** a variable from the parent class, which is a...
The current methods to add custom transformers to angular are all brittle hacks. It's not something you want to add to a large enterprise app. Besides, none of these hacks...
Thank you @alxhub for the detailed answer. I think that you missed something important though: In most cases the goal isn't to affect angular, the goal is to affect TypeScript...
@klemenoslaj FYI I have [a working PR](https://github.com/ng-packagr/ng-packagr/pull/1573) on ng-packagr, which brings support for library-type projects, but the maintainers have completely ignored my request so far.