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

Angular 102

Angular 102

Even in its beta stage, Angular2 is amassing interest and strong community support and is already a hot topic. In this session we'll cover our bases and take a look at the benefits of the framework and the differences you'd need to adjust to. We'll talk about the benefits and the quirks and everything in between.
http://xlr8con.com/#tracks

Damyan Petev

May 14, 2016
Tweet

Other Decks in Technology

Transcript

  1. #XLR8con Angular 101 #XLR8con ` 2 class Speaker { name:

    string = "Damyan Petev"; work: string = "Dev, Infragistics"; twitter: string = "@DamyanPetev"; SayHi() { return "Hello!"; } }
  2. #XLR8con <component> </component> • It’s everything. It’s life. • Decorations

    • Patch of screen space • Encapsulation You are here
  3. #XLR8con Your HTML is not your own * Errors on

    mistakes Parser View Renderer HTML?
  4. #XLR8con ZONE.js • Awesome • Because performance • Smart task

    scheduling https://github.com/angular/zone.js/