DEV Community

Discussion on: When would you want to use Angular?

Collapse
 
sliceofbytes profile image
Eric

I'd say the main reason I choose angular over the other frameworks is the opinionated nature of the framework itself. I find it much easier to learn the "right" way to do things within the angular framework. Once you have learned the "right" way, you will rarely have to update that understanding. If you need to implement something it's usually fairly trivial to find an existing open source angular project that has implemented something similar. The opinionated nature of the framework means it's pretty easy to plug and play that code into whatever you are building. As far as I'm concerned bundle sizes are no longer an issue in angular applications.

Collapse
 
phaniteja1 profile image
Phani Teja Komaravolu

If opinionated is the maIn reason for choosing Angular, Ember would be a much better option. Also, they don't have many breaking changes and if they do, they roll out in a much better and systematic manner in my opinion