platformDynamicServer
The server platform that supports the runtime compiler.
Deprecated: add an import @angular/compiler
and replace the usage with platformServer
instead.
const platformDynamicServer: (extraProviders?: StaticProvider[]) => PlatformRef;