docs: update universal docs for new ivy implementation (#33040)

PR Close #33040
This commit is contained in:
Alan Agius
2019-10-08 19:31:44 +02:00
committed by Matias Niemelä
parent 1b4eaea6d4
commit 755a80c7ec
5 changed files with 75 additions and 63 deletions

View File

@ -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';