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

Introduction to Angular 2

Frontend NE
February 04, 2016

Introduction to Angular 2

Frontend NE

February 04, 2016
Tweet

More Decks by Frontend NE

Other Decks in Technology

Transcript

  1. What’s new? • Completely different • Faster • Written in

    Typescript • Heavy use of Classical Inheritance • Component-based • $scope & ng (mostly) are dead • Designed with ‘mobile’ in mind • Server side rendering • Native support (sort of)
  2. So how do I migrate? • Using ES2015 already? (Specifically,

    classes) it should be easy. • ngUpgrade