Sets the value of a property of an input.
(value: string)
| 164 | |
| 165 | /** Sets the value of a property of an input. */ |
| 166 | setInputValue(value: string): Promise<void>; |
| 167 | |
| 168 | // Note that ideally here we'd be selecting options based on their value, rather than their |
| 169 | // index, but we're limited by `@angular/forms` which will modify the option value in some cases. |
no outgoing calls
no test coverage detected