- Benefits to move from Angular to EmberJS
- Main similarities and differences
- Beyong Angular, ambitious Ember's concepts (Engines, Initializers, ...)
- Component, template and life cycle hooks --> glimmer component & Handlebars
- Data and event bindings --> args, tracked & DDAU
- Directives and Pipes --> modifiers & helpers
- Routing --> @ember/routing
- Angular Forms --> ember-changeset?
- Services --> @ember/service
- Dependency Injection and dependencies --> ember-cli & ember-auto-import
- Rxjs operators --> ?
- REST API Implementation --> data layer & ember-data
- Modules --> add-ons
Provide straightfoward explanations of the Angular's equivalent concepts to make the readers confident to start working with EmberJS.
Provide clear benefits, features and problems that Ember avoids.