docs: prevent mobile overflow in the route behavior customization example

This commit is contained in:
SkyZeroZx
2026-01-04 13:12:01 -05:00
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({