docs(router): reword relativeLinkResolution docs to not mention version numbers (#26991)
PR Close #26991
This commit is contained in:
parent
f0989b786b
commit
395fb186a4
|
@ -444,8 +444,8 @@ export interface ExtraOptions {
|
||||||
*
|
*
|
||||||
* `<a [routerLink]="['../a']">Link to A</a>`
|
* `<a [routerLink]="['../a']">Link to A</a>`
|
||||||
*
|
*
|
||||||
* In other words, you're required to use `../` rather than `./`. The current default in v6
|
* In other words, you're required to use `../` rather than `./`. This is currently the default
|
||||||
* is `legacy`, and this option will be removed in v7 to default to the corrected behavior.
|
* behavior. Setting this option to `corrected` enables the fix.
|
||||||
*/
|
*/
|
||||||
relativeLinkResolution?: 'legacy'|'corrected';
|
relativeLinkResolution?: 'legacy'|'corrected';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue