angular2是否改变了他们的*语法如何使用自定义结构指令?

时间:2015-12-15 09:41:33

标签: angular

我正在阅读结构指令的开发者指南。 https://angular.io/docs/ts/latest/guide/structural-directives.html

这个例子似乎不再起作用。如果我手动将它糖化成

<template [myUnless]="condition">
  <p>
    condition is false, myUnless is false.
  </p>
</template>

它工作正常。否则我收到错误无法绑定到'myUnless',因为它不是已知的原生属性

0 个答案:

没有答案