Answers for "rror NG8002: Can't bind to 'data-text' since it isn't a known property of 'h4'."

0

rror NG8002: Can't bind to 'data-text' since it isn't a known property of 'h4'.

<button data-toggle="collapse" 
        [attr.data-target]="'#demo'+ RowIndex">Toggle
</button>


<button (click)="clickMe($event)">Toggle</button>

clickMe(value){
    value.srcElement.innerHTML="Clicked";

  }
Posted by: Guest on March-20-2021

Code answers related to "rror NG8002: Can't bind to 'data-text' since it isn't a known property of 'h4'."

Browse Popular Code Answers by Language