fix(language-service): resolve the variable from the template context first (#35982)
PR Close #35982
This commit is contained in:

committed by
Matias Niemelä

parent
406419bc0f
commit
3d46a45fa8
@ -170,6 +170,8 @@ export class TemplateReference {
|
||||
primitiveIndexType: {[name: string]: string} = {};
|
||||
anyValue: any;
|
||||
optional?: string;
|
||||
// Use to test the `index` variable conflict between the `ngFor` and component context.
|
||||
index = null;
|
||||
myClick(event: any) {}
|
||||
birthday = new Date();
|
||||
}
|
||||
|
Reference in New Issue
Block a user