Issue
I got this stackblitz example for lists with selection as shown in below image.
In the selection list,the list is selecting fine but how can i remove the checkbox?
Solution
add display:none for this
I have create a demo on Stackblitz
.css /.sccc
:host {
::ng-deep.mat-pseudo-checkbox{
display: none !important;
}
}
Answered By - Krishna Rathore

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.