docs(router): remove unnecessary {@link Injector} jsdoc tags (#23187)

Inline code blocks are automatically linked, if possible, to their API
page.

PR Close #23187
This commit is contained in:
Pete Bacon Darwin
2018-04-05 11:53:57 +01:00
committed by Igor Minar
parent 31b90436b4
commit 9141424ac6
10 changed files with 55 additions and 55 deletions

View File

@ -89,7 +89,7 @@ class ParamsAsMap implements ParamMap {
}
/**
* Convert a {@link Params} instance to a {@link ParamMap}.
* Convert a `Params` instance to a `ParamMap`.
*
* @stable
*/