79695168

Date: 2025-07-09 06:36:23
Score: 1
Natty:
Report link

I am faced the same problem In Angular Material Version 19.

Just add below line your css:

:host ::ng-deep .mat-mdc-standard-chip .mdc-evolution-chip__action--primary::before{ 
    border: 1px solid transparent !important;
}

This will remove the black border

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Naveen