Skip to content

Commit 29a7e3f

Browse files
grizzm0hansl
authored andcommitted
docs: Fixed typo in universal story
1 parent 1d9e07e commit 29a7e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/stories/universal-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Create a main file for your Universal bundle. This file only needs to export you
7777
export {AppServerModule} from './app/app.server.module';
7878
```
7979

80-
Copy `tsconfig.app.json` to `tsconfig-server.json` and change it to build with a `"module"` target of `"commonjs"`.
80+
Copy `tsconfig.app.json` to `tsconfig.server.json` and change it to build with a `"module"` target of `"commonjs"`.
8181

8282
Add a section for `"angularCompilerOptions"` and set `"entryModule"` to your `AppServerModule`, specified as a path to the import with a hash (`#`) containing the symbol name. In this example, this would be `app/app.server.module#AppServerModule`.
8383

0 commit comments

Comments
 (0)