DEV Community

Discussion on: Why I chose Angular 🔧

Collapse
 
jwp profile image
John Peters • Edited

Angular is perfect for enterprise software. It favors Typescript which is about strong typing (a huge intellisense enabler). The Typescript compiler allows us to target any Javascrpt version.

Plus it's use of webpack makes it tops in frontend work. What's easier than 'ng g component mycomponentname'?