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