You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Prototype of a CLI for Angular 2 applications based on the [ember-cli](http://ww
13
13
14
14
This project is very much still a work in progress.
15
15
16
-
We still have a long way before getting out of our alpha stage.
16
+
The CLI is now in beta.
17
17
If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues).
18
18
19
19
## Prerequisites
@@ -102,7 +102,7 @@ ng generate route hero
102
102
103
103
This will create a folder which will contain the hero component and related test and style files.
104
104
105
-
The generated route will also be registered with the parent component's `@RouteConfig` decorator.
105
+
The generated route will also be registered with the parent component's `@RouteConfig` decorator.
106
106
107
107
By default the route will be designated as a **lazy** route which means that it will be loaded into the browser when needed, not upfront as part of a bundle.
0 commit comments