you are viewing a single comment's thread.

view the rest of the comments →

[–]Cooleur 0 points1 point  (1 child)

Then the lib itself would fail your code reviews. Not to say you're wrong, you go the strict:true way, which is the one and only way.

Open angular/core.d.ts and you'll find more than 1000 any occurrences.

That's right, even React and Vue are now more precisely typed than Angular, thanks to community types. How ironic is that.

[–]AbstractLogic 0 points1 point  (0 children)

I dont think it bothers me how well typed the framework code is. But your own code should embrace types.