docs(platform-server): Make links out of @see tags (#50110)

This commit is part of the work for angular#50097 to improve the linking on the online documentation.

PR Close #50110
This commit is contained in:
Matthieu Riegler
2023-05-18 17:11:36 +02:00
committed by Pawel Kozlowski
parent 20983fc595
commit f199305db6
+1 -1
View File
@@ -88,7 +88,7 @@ export const platformServer: (extraProviders?: StaticProvider[]|undefined) => Pl
/**
* The server platform that supports the runtime compiler.
*
* @see `platformServer`
* @see {@link platformServer}
* @deprecated add an `import @angular/compiler` and replace the usage with `platformServer`
* instead.
* @publicApi