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