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

Getting started with Angular2

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for Maxim Salnikov Maxim Salnikov
December 08, 2015

Getting started with Angular2

We'll go shortly through key concepts of Angular2 like components, template syntax, one-directional data flow, dependency injection and user input handling. Then we'll focus on programming languages available for writing apps in Angular2 and build a functioning app.

On this presentation first we'll go shortly through history of Angular for better understanding what Angular2 was introduced for and why it's not backward-compatible with 1.x.

Then we'll list key concepts of Angular2 like cross-component communication, one-directional data flow, user input handling and url routing and others.

As a result of our practical hands-on tour we'll discuss the main tools for making our Angular2 life easier and build a functioning app.

Avatar for Maxim Salnikov

Maxim Salnikov

December 08, 2015
Tweet

Other Decks in Technology

Transcript

  1. Getting started with Angular2 MAXIM SALNIKOV ▸ UI Engineer @

    ForgeRock ▸ Google Developer Expert in AngularJS ▸ Meetups Organizer
  2. Getting started with Angular2 COMPONENTS ▸ Smallest isolated piece of

    an app ▸ Controller class with template and encapsulated styles ▸ App is a a component itself (top-level one)
  3. Getting started with Angular2 NO DATES. CURRENTLY ALPHA.48 ▸ Core

    concepts are stable ▸ API changes slightly ▸ Used intensively in Google products