()
| 248 | } |
| 249 | |
| 250 | private isFocusable(): boolean { |
| 251 | const focusableChild = this.el.querySelector('.ion-focusable'); |
| 252 | return this.canActivate() || focusableChild !== null; |
| 253 | } |
| 254 | |
| 255 | private hasStartEl() { |
| 256 | const startEl = this.el.querySelector('[slot="start"]'); |
no test coverage detected