|
|
|
|
|
by aphelion
4776 days ago
|
|
I'd say that once you've mastered Angular concepts like services and factories, dependency injection, etc., it's far easier to build complex applications in it than in Ember. That's because the abstractions Angular introduces are focused around writing decoupled and reusable code. If you want to build an app in an hour, I'd suggest knockout instead of either ember or angular. |
|