MCPcopy Index your code
hub / github.com/angular/components / MatError

Class MatError

src/material/form-field/directives/error.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 providers: [{provide: MAT_ERROR, useExisting: MatError}],
27})
28export class MatError {
29 @Input() id: string = inject(_IdGenerator).getId('mat-mdc-error-');
30}

Callers

nothing calls this directly

Calls 1

getIdMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…