parent
17e289c39f
commit
4b8cdd4b57
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue