(dir: NgControl)
| 336 | } |
| 337 | |
| 338 | function _noControlError(dir: NgControl) { |
| 339 | return _throwError(dir, 'There is no FormControl instance attached to form control element with'); |
| 340 | } |
| 341 | |
| 342 | function _throwError(dir: AbstractControlDirective, message: string): void { |
| 343 | const messageEnd = _describeControlLocation(dir); |
no test coverage detected
searching dependent graphs…