@interact.io/ng-show-hide
v16.0.0
Published
A structure Angular CLI directive to show or hide the element base on the argument passed into the directive
Downloads
2
Keywords
Readme
ng-show-hide
A structure Angular CLI directive to show or hide the element base on the argument passed into the directive
Usage
imports: [...,NgShowHideModule]
...
<div *showIf="condition"> Bla bla </div>