style(all): tslinter warnings

This commit is contained in:
Manu Mtz.-Almeida
2016-07-19 22:31:46 +02:00
committed by Adam Bradley
parent 324f2cb189
commit ac8e4dce06
166 changed files with 867 additions and 867 deletions

View File

@@ -1,5 +1,5 @@
import {Component} from '@angular/core';
import {ionicBootstrap} from '../../../../../src';
import { Component } from '@angular/core';
import { ionicBootstrap } from '../../../../../src';
@Component({
templateUrl: 'main.html'
@@ -16,7 +16,7 @@ class E2EPage {
'md-alert',
'logo-apple'
];
btnIcon;
btnIcon: string;
constructor() {
this.btnIcon = this.icons[0];