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:

committed by
Igor Minar

parent
9d9fb607cd
commit
b8053f1d4f
@ -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 {
|
||||
|
Reference in New Issue
Block a user