feat: Initialize Angular SSR application with core pages, components, and server setup.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// IMPORTANT: DOM polyfill must be imported FIRST, before any browser-dependent libraries
|
||||
import './ssr-dom-polyfill';
|
||||
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { AppComponent } from './app/app.component';
|
||||
import { config } from './app/app.config.server';
|
||||
|
||||
Reference in New Issue
Block a user