()
| 1224 | */ |
| 1225 | @Input({transform: booleanAttribute}) |
| 1226 | get isExpandable() { |
| 1227 | return this._isExpandable(); |
| 1228 | } |
| 1229 | set isExpandable(isExpandable: boolean) { |
| 1230 | this._inputIsExpandable = isExpandable; |
| 1231 | if ((this.data && !this._isExpandable) || !this._inputIsExpandable) { |
no test coverage detected