diff --git a/packages/angular/ssr/src/app.ts b/packages/angular/ssr/src/app.ts index 81f9fdd66628..6408403193c2 100644 --- a/packages/angular/ssr/src/app.ts +++ b/packages/angular/ssr/src/app.ts @@ -89,14 +89,6 @@ export function getOrCreateAngularServerApp(): AngularServerApp { return (angularServerApp ??= new AngularServerApp()); } -/** - * Resets the instance of `AngularServerApp` to undefined, effectively - * clearing the reference. Use this to recreate the instance. - */ -export function resetAngularServerApp(): void { - angularServerApp = undefined; -} - /** * Destroys the existing `AngularServerApp` instance, releasing associated resources and resetting the * reference to `undefined`.