* @description * Reports the value of the control if it is present, otherwise null.
()
| 41 | * Reports the value of the control if it is present, otherwise null. |
| 42 | */ |
| 43 | get value(): any { |
| 44 | return this.control ? this.control.value : null; |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * @description |
no outgoing calls
searching dependent graphs…