如何在输入中设置ngIf选择的字符串?

时间:2017-02-08 18:16:04

标签: angular input

如果输入某个值,我想显示元素

*ngif="currentSort=='category-1'"//in my div it doesnt work

currentSort: string = "most-0";
currentCategory: string = "family-0";

  options = [{
    value: 'most-0',
    viewValue: 'Najczęściej używane słowa'
  }, {
    value: 'category-1',
    viewValue: 'Kategorie'
  }, ];

我如何实现这一目标?事先提前

1 个答案:

答案 0 :(得分:0)

您的语法不正确。使用* ngIf not * ngif。 亲切的问候