We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818b4d9 commit 2edfc30Copy full SHA for 2edfc30
docs/transfer-http.md
@@ -26,22 +26,6 @@ import {TransferHttpCacheModule} from '@nguniversal/common';
26
export class AppBrowserModule() {}
27
```
28
29
-You don't have to import anything extra in your AppServerModule.
30
-
31
-```ts
32
-import { NgModule } from '@angular/core';
33
-import { ServerModule } from '@angular/platform-server';
34
35
-import { AppModule } from './app.module';
36
-import { AppComponent } from './app.component';
37
38
-@NgModule({
39
- imports: [AppModule, ServerModule],
40
- bootstrap: [AppComponent],
41
-})
42
-export class AppServerModule {}
43
-```
44
45
Finally, in `main.ts` change this:
46
47
```ts
0 commit comments