从这个Angular.io tutorial,我展示:
Box id="search-Box" (keyup)="search(searchBox.value)" />
我不明白的地方:#searchBox.谁能解释一下?
hashtag让我想起了id的jQuery选择器,但我不太清楚这意味着什么,因为我们已经有了id.
最佳答案
这是一个模板引用变量.
详情请见:https://angular.io/guide/template-syntax#ref-vars
原文链接:https://www.f2er.com/html/426622.html详情请见:https://angular.io/guide/template-syntax#ref-vars