()
| 382 | } |
| 383 | |
| 384 | ngAfterContentInit() { |
| 385 | this._assertFormFieldControl(); |
| 386 | this._initializeSubscript(); |
| 387 | this._initializePrefixAndSuffix(); |
| 388 | } |
| 389 | |
| 390 | ngAfterContentChecked() { |
| 391 | this._assertFormFieldControl(); |
nothing calls this directly
no test coverage detected