refactor(all): additional tslint rules

This commit is contained in:
Manu Mtz.-Almeida
2018-09-01 17:21:42 +02:00
parent ba2230510e
commit e7416435d8
42 changed files with 419 additions and 380 deletions

View File

@ -94,14 +94,15 @@ export class FabButton {
<TagType
class="fab-button-native"
disabled={this.disabled}
href={this.href}>
href={this.href}
>
<span class="fab-button-close-icon">
<ion-icon name="close" lazy={false}></ion-icon>
</span>
<span class="fab-button-inner">
<slot></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect /> }
{this.mode === 'md' && <ion-ripple-effect />}
</TagType>
);
}