mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
style(lint): fix linter errors
This commit is contained in:
@ -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'}
|
||||
]
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user