Great article
I have some points i would say here if you don’t mind.
* How easy to create component, pipes, services and even routing with all of it’s configurations, all of this you can do through angular-cli only ( no need for write single line of configuration )
* Module it is a unique features on angular world make it easier to divide your code into logical parts ( hard to find equivalent on react or vue worlds )
* After angular-cli 1.6 release it is very easy to upgrade your current app to use server works ( I struggled to update react app to use service worker and i failed but with angular i updated it without issue from the first time )