docs(upgrade): remove unnecessary {@link... } tags (#23197)

Backtick enclosed inline code blocks will be automatically linked
if appropriate.

PR Close #23197
This commit is contained in:
Pete Bacon Darwin
2018-04-05 16:41:52 +01:00
committed by Igor Minar
parent 9d9fb607cd
commit b8053f1d4f
5 changed files with 19 additions and 19 deletions

View File

@ -313,7 +313,7 @@ export class UpgradeAdapter {
* ```
*
* @param modules any AngularJS modules that the upgrade module should depend upon
* @returns an {@link UpgradeAdapterRef}, which lets you register a `ready()` callback to
* @returns an `UpgradeAdapterRef`, which lets you register a `ready()` callback to
* run assertions once the Angular components are ready to test through AngularJS.
*/
registerForNg1Tests(modules?: string[]): UpgradeAdapterRef {