angular/packages/language-service
ivanwonder d5f9890c92 feat(language-service): auto-apply optional chaining on nullable symbol (#42995)
Support automatically inserts the optional chaining operator (`?.`)
when property access (`.`) is done on a nullable symbol.

Fixes https://github.com/angular/vscode-ng-language-service/issues/1094

PR Close #42995
2021-08-12 09:23:21 -07:00
..
bundles fix(dev-infra): ng_rollup_bundle rule should error if import cannot be resolved (#42760) 2021-07-09 14:50:14 -07:00
ivy feat(language-service): auto-apply optional chaining on nullable symbol (#42995) 2021-08-12 09:23:21 -07:00
src refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
test refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
api.ts fix(language-service): Add plugin option to force strictTemplates (#41062) 2021-03-03 09:48:06 -08:00
BUILD.bazel build(language-service): use 'export =' syntax for default export (#41165) 2021-03-11 14:48:33 -08:00
build.sh build(language-service): install @angular/language-service in root node_modules (#40058) 2020-12-10 13:48:04 -08:00
index.ts build(language-service): use 'export =' syntax for default export (#41165) 2021-03-11 14:48:33 -08:00
package.json build(language-service): update supported range of node versions to be less restrictive (#42205) 2021-05-25 17:48:46 +00:00