parent
e122d27176
commit
e0059c7d51
|
@ -28,8 +28,7 @@ const hiddenHtmlElements = {
|
||||||
link: true,
|
link: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
const ANGULAR_ELEMENTS: ReadonlyArray<string> =
|
const ANGULAR_ELEMENTS: ReadonlyArray<string> = ['ng-container', 'ng-content', 'ng-template'];
|
||||||
['ng-container', 'ng-content', 'ng-template'] ;
|
|
||||||
|
|
||||||
export function getTemplateCompletions(
|
export function getTemplateCompletions(
|
||||||
templateInfo: AstResult, position: number): ts.CompletionEntry[] {
|
templateInfo: AstResult, position: number): ts.CompletionEntry[] {
|
||||||
|
|
Loading…
Reference in New Issue