Angular 2 Overview Workshop 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
Angular 2 overview workshop
Angular 2 overview workshop
Angular 2 overview workshop
Angular 2 overview workshop
Angular 2 overview workshop
Angular 2 overview workshop
Angular 2 overview workshop

Angular 2 overview workshop

Editor's Notes

  • #7 Triple-slash directives are single-line comments containing a single XML tag. The contents of the comment are used as compiler directives. Triple-slash references instruct the compiler to include additional files in the compilation process.