mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(all): tslinter warnings
This commit is contained in:
committed by
Adam Bradley
parent
324f2cb189
commit
ac8e4dce06
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user