Attempting to hide the img using the ng-show directive. Code shown
No hiding, even with false condition.
Attempting to hide the img using the ng-show directive. Code shown
No hiding, even with false condition.
 
    
     
    
    Try using:
[hidded]="true"
or
*ngIf="false"
