Skip to content

Commit

Permalink
Inline link to style guide re: lazy routes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpaluzzi committed May 11, 2016
1 parent f1eba5d commit dc86021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The generated route will also be registered with the parent component's `@RouteC
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.

In order to visually distinguish lazy routes from other routes the folder for the route will be prefixed with a `+` per the above example the folder will be named `+hero`.
This is done in accordance with the style guide.
This is done in accordance with the [style guide](https://angular.io/styleguide#!#prefix-lazy-loaded-folders-with-).

The default lazy nature of routes can be turned off via the lazy flag (`--lazy false`)

Expand Down

0 comments on commit dc86021

Please sign in to comment.