Alex Rickabaugh e42250f139 feat(language-service): autocompletion of element tags ()
This commit expands the autocompletion capabilities of the language service
to include element tag names. It presents both DOM elements from the Angular
DOM schema as well as any components (or directives with element selectors)
that are in scope within the template as options for completion.

PR Close 
2020-12-14 12:08:40 -08:00
..