
committed by
Matias Niemelä

parent
bab740d793
commit
e122d27176
@ -29,7 +29,7 @@ const hiddenHtmlElements = {
|
||||
};
|
||||
|
||||
const ANGULAR_ELEMENTS: ReadonlyArray<string> =
|
||||
['ng-container', 'ng-content', 'ng-template'] as const ;
|
||||
['ng-container', 'ng-content', 'ng-template'] ;
|
||||
|
||||
export function getTemplateCompletions(
|
||||
templateInfo: AstResult, position: number): ts.CompletionEntry[] {
|
||||
|
Reference in New Issue
Block a user