Angular 2 overview workshop

Preview:

Citation preview

Angular 2 OverviewWorkshop by Denis Gorbunov

Step 0

• git clone https://github.com/gorbunovdi/workshop-ng2-buc• cd workshop-ng2-buc• git checkout step0• npm install• npm run typings• npm start

src/polyfills.ts

src/vendor.ts

src/main.ts

web/index.html

src/app/app.module.ts

src/app/app.component.ts

src/app/app.component.html

Step 1

Step 2

Step 3

Recommended