在某些条件下,我希望看到一些元素。
在AngularJS中,我会写
<div ng-show="myVar">stuff</div>如何在Angular 2+中做到这一点?
<div ng-show="myVar">stuff</div>