Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
})
28
export
class
MatError {
29
@Input() id: string = inject(_IdGenerator).getId(
'mat-mdc-error-'
);
30
}
Callers
nothing calls this directly
Calls
1
getId
Method · 0.45
Tested by
no test coverage detected