Angular 2

Progress?

What people think

  • TypeScript
  • Zones
  • Observables
  • Shadow DOM
  • Templates
  • Rewrite

What you need to know

  • Javascript/TypeScript
  • HTML
  • CSS
  • ng2 API

Typescript

Component Structure

Controller

View

Component

ng2 component

Why Components

  • Implementation of Flux
  • Basic Modular structure

Code

Flesh out Starships

Syntax helper

import { NgFor } from '@angular/common';
<md-card *ngFor="let ship of ships">

Angular 2 Lunch and Learn

By themcmurder

Angular 2 Lunch and Learn

  • 512