style(lint): fix linter errors

This commit is contained in:
jgw96
2017-03-06 11:23:42 -06:00
parent f2894be061
commit 2143f7198e
5 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import {E2EPage} from '../pages/e2e-page/e2e-page';
],
imports: [
BrowserModule,
IonicModule.forRoot(E2EApp,{}, {
IonicModule.forRoot(E2EApp, {}, {
links: [
{component: E2EPage, name: 'e2e-page'}
]

View File

@ -1,4 +1,4 @@
import { Component, NgModule, ViewChild } from '@angular/core';
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { IonicApp, IonicModule } from '../../../../..';
import {E2EApp} from './app.component';

View File

@ -1,5 +1,5 @@
import { Component } from '@angular/core';
import { AlertController, App, NavController, NavParams, ModalController, ViewController, Tabs, Tab } from '../../../../../..';
import { App, NavController, NavParams, Tabs } from '../../../../../..';
@Component({
templateUrl: './tab1page1.html'

View File

@ -1,5 +1,5 @@
import { Component, ViewChild } from '@angular/core';
import { AlertController, IonicApp, IonicModule, App, NavController, NavParams, ModalController, ViewController, Tabs, Tab } from '../../../../../..';
import { Component } from '@angular/core';
import { Tabs } from '../../../../../..';
@Component({
templateUrl: './tab1page2.html'

View File

@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { IonicApp, IonicModule } from '../../../../..';
import { RootPage } from '../pages/root-page/root-page'
import { RootPage } from '../pages/root-page/root-page';
@NgModule({
declarations: [