|
|
|
|
|
by grumblestumble
4033 days ago
|
|
Not sure about Ember, but Angular provides - a full MV* implementation
- routing
- DI
- decorators
- CSP / XSS protection
- a ton of services for mocking for unit tests ($http, $window, et al) I'm sure I'm missing a fair amount of stuff here, too. This is just what I get out of Angular 1.x on a daily basis. |
|