Skip to content

Commit e7488db

Browse files
committed
docs: add static analysis saved reply
1 parent 4782bd5 commit e7488db

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/SAVED_REPLIES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,20 @@ If the problem persists after upgrading, please open a new issue, provide a simp
5959
Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on [StackOverflow](http://stackoverflow.com/) using tag `angular-cli`.
6060
6161
If you are wondering why we don't resolve support issues via the issue tracker, please [check out this explanation](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-got-a-question-or-problem).
62-
```
62+
```
63+
64+
65+
## Angular CLI: Static Analysis errors (v1)
66+
```
67+
Hello, errors like `Error encountered resolving symbol values statically` mean that there has been some problem in statically analyzing your app.
68+
69+
Angular CLI always runs *some* statical analysis, even on JIT mode, in order to discover lazy-loaded routes.
70+
This may cause a lot of static analysis errors to surface when importing your project into the CLI, or upgrading for older versions where we didn't run this kind of analysis.
71+
72+
Below are good resources on how to to debug these errors:
73+
- https://gist.github.com/chuckjaz/65dcc2fd5f4f5463e492ed0cb93bca60
74+
- https://github.com/rangle/angular-2-aot-sandbox#aot-dos-and-donts
75+
76+
If your problem still persists, it might be a bug with the Angular Compiler itself.
77+
In that case, please open an issue in https://github.com/angular/angular.
78+
```

0 commit comments

Comments
 (0)