Skip to content

Instantly share code, notes, and snippets.

@tleperou
Last active July 3, 2019 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tleperou/d73f8c117baf9f259f74820d3f430789 to your computer and use it in GitHub Desktop.
Save tleperou/d73f8c117baf9f259f74820d3f430789 to your computer and use it in GitHub Desktop.
Backbone of the Angular to EmberJS guide

Introduction

  1. Benefits to move from Angular to EmberJS
  2. Main similarities and differences
  3. Beyong Angular, ambitious Ember's concepts (Engines, Initializers, ...)

Table of content

  1. Component, template and life cycle hooks --> glimmer component & Handlebars
  2. Data and event bindings --> args, tracked & DDAU
  3. Directives and Pipes --> modifiers & helpers
  4. Routing --> @ember/routing
  5. Angular Forms --> ember-changeset?
  6. Services --> @ember/service
  7. Dependency Injection and dependencies --> ember-cli & ember-auto-import
  8. Rxjs operators --> ?
  9. REST API Implementation --> data layer & ember-data
  10. Modules --> add-ons

Purpose of the guide

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment