docs(router): rename incorrect class names (#31815)

PR Close #31815
This commit is contained in:
Alexander Ivanov 2019-07-24 14:07:35 +07:00 committed by Alex Rickabaugh
parent 17e289c39f
commit 4b8cdd4b57
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ export type RunGuardsAndResolvers = 'pathParamsChange' | 'pathParamsOrQueryParam
* and both of them require an ID parameter. You can accomplish this using a route
* that does not specify a component at the top level.
*
* In the following example, 'ChildCmp' and 'AuxCmp' are siblings.
* In the following example, 'MainChild' and 'AuxChild' are siblings.
* When navigating to 'parent/10/(a//aux:b)', the route instantiates
* the main child and aux child components next to each other.
* For this to work, the application component must have the primary and aux outlets defined.