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

Function getSortHeaderMissingIdError

src/material/sort/sort-errors.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19/** @docs-private */
20export function getSortHeaderMissingIdError(): Error {
21 return Error(`MatSortHeader must be provided with a unique id.`);
22}
23
24/** @docs-private */
25export function getSortInvalidDirectionError(direction: string): Error {

Callers 2

registerMethod · 0.90
sort.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected