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

Tech Track - Angular 2 (Part 3)

Tech Track - Angular 2 (Part 3)

Exploring this new way of development with Angular 2 and Typescript, what's that mean on development world web.

Avatar for Christian Fortes

Christian Fortes

April 19, 2017
Tweet

More Decks by Christian Fortes

Other Decks in Programming

Transcript

  1. $ npm install -g @angular/cli $ ng new angular-youtube-search $

    cd ./angular-youtube-search $ ng serve Acessando o browser: http://localhost:4200 Começando uma aplicação web (Youtube Search) @chrisgfortes
  2. Construir uma aplicação que busque usuários no github e retorne

    os seus respectivos repositórios. Github API: https://developer.github.com/v3/ Tema de casa @chrisgfortes