(type: string)
| 8 | |
| 9 | /** @docs-private */ |
| 10 | export function getMatInputUnsupportedTypeError(type: string): Error { |
| 11 | return Error(`Input type "${type}" isn't supported by matInput.`); |
| 12 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…