Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Todo App Angular 2

Todo App Angular 2

We will talk about:
Angular 1
Angular 2
Angular 1 and ES6
Code of a Todo App in Angular 2

Andres Osorio Plata

August 21, 2015
Tweet

More Decks by Andres Osorio Plata

Other Decks in Technology

Transcript

  1. Angular 1 • The code base for Angular dates back

    to 2009 • Angular2 is 5x faster than Angular 1* • Angular 1.x has many concepts • Concepts have a learning curve
  2. Angular 1 Concepts • Controller • Factory • Service •

    Provider • Directive • Transclusion • Module
  3. Angular 2 • Work in progress • ES5, ES6, Dart

    or Typescript • Everything is a component • Components: Break UI into reusable pieces • Tree of components • Possible migration from Angular 1.5.x
  4. Angular 2 - Template Syntax • Local Variables - #localvar

    • Event Handlers - (click) • Property Bindings - [innerText]