You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/stories/universal-rendering.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,14 @@ This example places it alongside `app.module.ts` in a file named `app.server.mod
55
55
56
56
### src/app/app.server.module.ts:
57
57
58
+
You can see here we're simply Importing everything from AppModule, followed by ServerModule.
59
+
60
+
> One important thing to Note: We need `ModuleMapLoaderModule` to help make Lazy-loaded routes possible during Server-side renders with the Angular-CLI.
0 commit comments