fix(language-service): parse extended i18n forms
This commit is contained in:

committed by
Alex Rickabaugh

parent
fe0d02fc47
commit
bde9771991
@ -110,7 +110,7 @@ class LanguageServiceImpl implements LanguageService {
|
||||
const config = new CompilerConfig();
|
||||
const parser = new TemplateParser(
|
||||
config, expressionParser, new DomElementSchemaRegistry(), htmlParser, null, []);
|
||||
const htmlResult = htmlParser.parse(template.source, '');
|
||||
const htmlResult = htmlParser.parse(template.source, '', true);
|
||||
const analyzedModules = this.host.getAnalyzedModules();
|
||||
let errors: Diagnostic[] = undefined;
|
||||
let ngModule = analyzedModules.ngModuleByPipeOrDirective.get(template.type);
|
||||
|
Reference in New Issue
Block a user