fix(language-service): provide completions for the structural directive that only injects the 'ViewContainerRef' (#35466)

The completions list don't include the 'ngTemplateOutlet'. The directive is a structural directive when it has injected the 'TemplateRef' or 'ViewContainerRef'.

PR Close #35466
This commit is contained in:
ivanwonder
2020-02-15 13:31:28 +08:00
committed by Miško Hevery
parent d2a112fa72
commit 66c06eb1ad
3 changed files with 8 additions and 5 deletions

View File

@ -129,6 +129,7 @@ describe('completions', () => {
'ngSwitchCase',
'ngSwitchDefault',
'ngPluralCase',
'ngTemplateOutlet',
]);
});