docs: update universal docs for new ivy implementation (#33040)
PR Close #33040
This commit is contained in:

committed by
Matias Niemelä

parent
1b4eaea6d4
commit
755a80c7ec
@ -1 +1,10 @@
|
||||
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';
|
||||
|
Reference in New Issue
Block a user