Skip to content

Commit 2edfc30

Browse files
committed
docs: update transfer-http docs
Remove redundant section
1 parent 818b4d9 commit 2edfc30

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/transfer-http.md

-16
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ import {TransferHttpCacheModule} from '@nguniversal/common';
2626
export class AppBrowserModule() {}
2727
```
2828

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-
4529
Finally, in `main.ts` change this:
4630

4731
```ts

0 commit comments

Comments
 (0)