chore(): update dependencies

This commit is contained in:
Manu Mtz.-Almeida
2018-04-22 20:08:02 +02:00
parent 3f8fcda366
commit ae0541a465
48 changed files with 1299 additions and 1720 deletions

View File

@ -40,7 +40,7 @@ export class MenuButton {
<ion-button>
{this.custom
? <slot/>
: <ion-icon slot='icon-only' name={menuIcon}/>}
: <ion-icon slot="icon-only" name={menuIcon}/>}
</ion-button>
</ion-menu-toggle>
);