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