Does any extra processing that is required when handling the hints.
()
| 658 | |
| 659 | /** Does any extra processing that is required when handling the hints. */ |
| 660 | private _processHints() { |
| 661 | this._validateHints(); |
| 662 | this._syncDescribedByIds(); |
| 663 | } |
| 664 | |
| 665 | /** |
| 666 | * Ensure that there is a maximum of one of each "mat-hint" alignment specified. The hint |
no test coverage detected