Today, the language service infers the type of variables bound to the "ngIf" template context member of an NgIf directive, but does not do the same for the the "$implicit" context member. This commit adds support for that. Fixes https://github.com/angular/vscode-ng-language-service/issues/676 PR Close #35941