parent
98e5d4af77
commit
50b51f6bdc
|
@ -1465,7 +1465,7 @@ code-example(format=".", language="bash").
|
|||
|
||||
.l-sub-section
|
||||
:marked
|
||||
Learn about the [APP_BASE_HREF](../api/router-deprecated/index/APP_BASE_HREF-let.html)
|
||||
Learn about the [APP_BASE_HREF](../api/common/index/APP_BASE_HREF-let.html)
|
||||
in the API Guide.
|
||||
:marked
|
||||
### *HashLocationStrategy*
|
||||
|
|
|
@ -361,7 +361,7 @@ h4#define-routes Define routes
|
|||
Our first configuration defines an array of two routes with simple paths leading to the
|
||||
`CrisisListComponent` and `HeroListComponent` components.
|
||||
|
||||
Each definition translates to a [Route](../api/router/index/Route-class.html) object which has a
|
||||
Each definition translates to a [Route](../api/router/index/Route-interface.html) object which has a
|
||||
`path`, the URL path segment for this route, and a
|
||||
`component`, the component associated with this route.
|
||||
|
||||
|
|
Loading…
Reference in New Issue