docs(QuickStart): incorporate misko's suggestions/corrections

closes #502
This commit is contained in:
Ward Bell
2015-12-14 15:44:50 -08:00
parent 8e8963270b
commit bc74ee4ac3
5 changed files with 134 additions and 48 deletions
@@ -9,4 +9,6 @@ import {Component} from 'angular2/core';
template: '<h1>My First Angular 2 App</h1>'
})
// #enddocregion metadata
// #docregion export
export class AppComponent { }
// #enddocregion export
@@ -9,7 +9,7 @@
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-alpha.52",
"angular2": "2.0.0-alpha.53",
"systemjs": "0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",