()
| 100 | */ |
| 101 | @Input({transform: booleanAttribute}) |
| 102 | get selectable(): boolean { |
| 103 | return this._selectable && this.chipListSelectable; |
| 104 | } |
| 105 | set selectable(value: boolean) { |
| 106 | this._selectable = value; |
| 107 | this._changeDetectorRef.markForCheck(); |
no test coverage detected