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

Function getSortDuplicateSortableIdError

src/material/sort/sort-errors.ts:10–12  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

8
9/** @docs-private */
10export function getSortDuplicateSortableIdError(id: string): Error {
11 return Error(`Cannot have two MatSortables with the same id (${id}).`);
12}
13
14/** @docs-private */
15export function getSortHeaderNotContainedWithinSortError(): Error {

Callers 2

registerMethod · 0.90
sort.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected