fix(all): updated tslint rules to latest

This commit is contained in:
Manu Mtz.-Almeida
2018-07-29 13:03:47 +02:00
parent d1969bdf1d
commit 92e21a8cf3
112 changed files with 546 additions and 574 deletions

View File

@ -78,7 +78,7 @@ export class Loading implements OverlayInterface {
* The name of the spinner to display. Possible values are: `"lines"`, `"lines-small"`, `"dots"`,
* `"bubbles"`, `"circles"`, `"crescent"`.
*/
@Prop({mutable: true}) spinner?: string;
@Prop({ mutable: true }) spinner?: string;
/**
* If true, the loading indicator will be translucent. Defaults to `false`.
@ -144,7 +144,7 @@ export class Loading implements OverlayInterface {
*/
@Method()
async present(): Promise<void> {
await present( this, 'loadingEnter', iosEnterAnimation, mdEnterAnimation, undefined);
await present(this, 'loadingEnter', iosEnterAnimation, mdEnterAnimation, undefined);
if (this.duration) {
this.durationTimeout = setTimeout(