fix(all): type issues with TS 3.2

This commit is contained in:
Manu Mtz.-Almeida
2018-12-03 19:48:12 +01:00
committed by Manu MA
parent 63cbc92741
commit aa9d0d4282
5 changed files with 8 additions and 8 deletions

View File

@ -122,7 +122,7 @@ export class FabButton implements ComponentInterface {
onFocus={this.onFocus}
onKeyUp={this.onKeyUp}
onBlur={this.onBlur}
onClick={ev => openURL(this.win, this.href, ev, this.routerDirection)}
onClick={(ev: Event) => openURL(this.win, this.href, ev, this.routerDirection)}
>
<span class="close-icon">
<ion-icon name="close" lazy={false}></ion-icon>