@@ -4,12 +4,15 @@ Angular [ and [ Dart] [ dart ]  versions.
66
7- Angular 2 is currently in ** Alpha  Preview** . We recommend using Angular 1.X for production
7+ Angular 2 is currently in ** Developer  Preview** . We recommend using Angular 1.X for production
88applications:
99
1010*  [ AngularJS] [ ngJS ] : [ angular/angular.js] ( http://github.com/angular/angular.js ) .
1111*  [ AngularDart] [ ngDart ] : [ angular/angular.dart] ( http://github.com/angular/angular.dart ) .
1212
13+ ## Quickstart  
14+ 
15+ [ Get started in 5 minutes] [ quickstart ] 
1316
1417## Setup & Install Angular 2  
1518
@@ -22,32 +25,11 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! R
2225guidelines for [ contributing] [ contributing ] .
2326
2427
25- ## Examples  
26- 
27- To see the examples, first build the project as described
28- [ here] ( http://github.com/angular/angular/blob/master/DEVELOPER.md ) .
29- 
30- ### Hello World Example  
31- 
32- This example consists of three basic pieces - a component, a decorator, and a
33- service. They are all constructed via injection. For more information see the
34- comments in the source ` modules/examples/src/hello_world/index.js ` .
35- 
36- You can build this example as either a JS or a Dart app:
37- 
38- *  JS:
39-  *  ` $(npm bin)/gulp build.js.dev ` , and
40-  *  ` $(npm bin)/gulp serve.js.dev ` , and
41-  *  open ` localhost:8000/examples/src/hello_world/ `  in Chrome.
42- *  Dart:
43-  *  ` $(npm bin)/gulp serve/examples.dart ` , and
44-  *  open ` localhost:8080/src/hello_world `  in Chrome (for dart2js) or
45-  [ Dartium] [ dartium ]  (for Dart VM).
46- 
4728[ contributing ] : http://github.com/angular/angular/blob/master/CONTRIBUTING.md 
4829[ dart ] : http://www.dartlang.org 
4930[ dartium ] : http://www.dartlang.org/tools/dartium 
5031[ download ] : http://angular.io/download 
32+ [ quickstart ] : https://angular.io/docs/js/latest/quickstart.html 
5133[ ng2 ] : http://angular.io 
5234[ ngDart ] : http://angulardart.org 
5335[ ngJS ] : http://angularjs.org 
0 commit comments