We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7ceba commit b5bba9dCopy full SHA for b5bba9d
README.md
@@ -37,7 +37,7 @@
37
ng add @nguniversal/express-engine --clientProject myProjectName
38
```
39
- You can find the project name from angular.json file. See below:-
40
- ```json
+```json
41
{
42
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
43
"version": 1,
@@ -48,6 +48,9 @@ ng add @nguniversal/express-engine --clientProject myProjectName
48
"schematics": {},
49
"root": "",
50
"sourceRoot": "src"
51
+ }
52
53
+}
54
55
- It may happen that it will throw the error of *'**TypeError: Cannot read property 'ngOriginalError' of undefined'***
56
- Basically this error is occur due to interceptor.
0 commit comments