Whether any of the chips inside of this chip-set has focus.
()
| 118 | |
| 119 | /** Whether any of the chips inside of this chip-set has focus. */ |
| 120 | get focused(): boolean { |
| 121 | return this._hasFocusedChip(); |
| 122 | } |
| 123 | |
| 124 | /** The chips that are part of this chip set. */ |
| 125 | @ContentChildren(MatChip, { |
nothing calls this directly
no test coverage detected