我正在阅读结构指令的开发者指南。 https://angular.io/docs/ts/latest/guide/structural-directives.html
这个例子似乎不再起作用。如果我手动将它糖化成
<template [myUnless]="condition">
<p>
condition is false, myUnless is false.
</p>
</template>
它工作正常。否则我收到错误无法绑定到'myUnless',因为它不是已知的原生属性