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

@ -79,7 +79,7 @@ export class BackButton implements ComponentInterface {
<button
type="button"
class="button-native"
onClick={ev => this.onClick(ev)}
onClick={(ev: Event) => this.onClick(ev)}
>
<span class="button-inner">
{backButtonIcon && <ion-icon icon={backButtonIcon} lazy={false}></ion-icon>}