angular-cn/packages/language-service/test/project
ayazhafiz 4ba478267e feat(language-service): specific suggestions for template context diags (#34751)
This commit elaborates diagnostics produced for invalid template
contexts by including the name of the embedded template type using the
template context, and in the common case that the implicity property is
being referenced (e.g. in a `for .. of ..` expression), suggesting to
refine the type of the context. This suggestion is provided because
users will sometimes use a base class as the type of the context in the
embedded view, and a more specific context later on (e.g. in an
`ngOnChanges` method).

Closes https://github.com/angular/vscode-ng-language-service/issues/251

PR Close #34751
2020-01-23 12:25:42 -08:00
..
app feat(language-service): specific suggestions for template context diags (#34751) 2020-01-23 12:25:42 -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