mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: prevent mobile overflow in the route behavior customization example
This commit is contained in:
committed by
Kirill Cherkashin
parent
ef48826dc7
commit
5d3708e5ed
@@ -87,7 +87,11 @@ export class CustomerComponent {
|
||||
}
|
||||
```
|
||||
|
||||
Using `'always'` ensures matrix parameters, route data, and resolved values are available further down the route tree—handy when you share contextual identifiers across feature areas such as `/org/:orgId/projects/:projectId/customers/:customerId`.
|
||||
Using `'always'` ensures matrix parameters, route data, and resolved values are available further down the route tree—handy when you share contextual identifiers across feature areas such as:
|
||||
|
||||
```text {hideCopy}
|
||||
/org/:orgId/projects/:projectId/customers/:customerId
|
||||
```
|
||||
|
||||
```ts
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user