docs(QuickStart): incorporate misko's suggestions/corrections
closes #502
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user