chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-07-31 16:53:06 +02:00
parent 7a6bebe325
commit 1b5bb67959
4 changed files with 12 additions and 14 deletions

View File

@ -13,7 +13,7 @@ export class TranslucentPageTab {
@Element() element!: HTMLElement;
getTabs() {
return this.element.closest('ion-tabs');
return this.element.closest('ion-tabs')!;
}
setLayout(value: string) {