Angular 4 with universal
问题 I am using angular 2 with a universal. I am trying to this. First I create a new project : ng new universaldemo. I installed these packages : npm install --save @angular/platform-server @nguniversal/module-map-ngfactory-loader ts-loader @nguniversal/express-engine. Here is my app.module.ts : import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; @NgModule({ declarations: [ AppComponent ], imports: [