Removing SSR

This commit is contained in:
softsimon
2022-11-28 16:52:43 +09:00
parent d43a9cc5ea
commit 6d99d0a9ce
7 changed files with 66 additions and 3715 deletions

View File

@@ -1,16 +0,0 @@
/***************************************************************************************************
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import '@angular/localize/init';
import { enableProdMode } from '@angular/core';
import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
}
export { AppServerModule } from './app/app.server.module';
export { renderModule, renderModuleFactory } from '@angular/platform-server';