docs(router): add missing backstick (#3211)
This commit is contained in:
parent
88da94e1f4
commit
8e2c3d3d99
|
@ -892,7 +892,7 @@ a#hero-routing-module
|
||||||
This allows you to continue defining the feature module routes without modifying the main route configuration.
|
This allows you to continue defining the feature module routes without modifying the main route configuration.
|
||||||
|
|
||||||
But you don't want to define the same routes twice.
|
But you don't want to define the same routes twice.
|
||||||
Remove the `HeroListComponent` import and the /heroes` route from the `app-routing.module.ts`.
|
Remove the `HeroListComponent` import and the `/heroes` route from the `app-routing.module.ts`.
|
||||||
|
|
||||||
**Leave the default and the wildcard routes!**
|
**Leave the default and the wildcard routes!**
|
||||||
These are concerns at the top level of the application itself.
|
These are concerns at the top level of the application itself.
|
||||||
|
|
Loading…
Reference in New Issue