| 26 | providers: [{provide: MAT_ERROR, useExisting: MatError}], |
| 27 | }) |
| 28 | export class MatError { |
| 29 | @Input() id: string = inject(_IdGenerator).getId('mat-mdc-error-'); |
| 30 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…