Skip to content

Commit b5bba9d

Browse files
authored
Update README.md
1 parent 0b7ceba commit b5bba9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
ng add @nguniversal/express-engine --clientProject myProjectName
3838
```
3939
- You can find the project name from angular.json file. See below:-
40-
```json
40+
```json
4141
{
4242
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
4343
"version": 1,
@@ -48,6 +48,9 @@ ng add @nguniversal/express-engine --clientProject myProjectName
4848
"schematics": {},
4949
"root": "",
5050
"sourceRoot": "src"
51+
}
52+
}
53+
}
5154
```
5255
- It may happen that it will throw the error of *'**TypeError: Cannot read property 'ngOriginalError' of undefined'***
5356
- Basically this error is occur due to interceptor.

0 commit comments

Comments
 (0)