angular-cn/packages/language-service/test/project
Keen Yee Liau 5eaab85fc0 fix(language-service): Remove completions for let and of in ngFor (#34434)
`let` and `of` should be considered reserved keywords in template syntax
and thus should not be part of the autocomplete suggestions.

For reference, TypeScript does not provide such completions.

This commit removes these results and cleans up the code.

PR Close #34434
2019-12-16 12:45:38 -08:00
..
app fix(language-service): Remove completions for let and of in ngFor (#34434) 2019-12-16 12:45:38 -08:00
foo.ts test(language-service): Create proper test project (#32653) 2019-09-18 13:07:01 -07:00
tsconfig.json test(language-service): test project cleanup (#33157) 2019-10-14 23:42:53 +00:00