mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(lint): fix linter errors
This commit is contained in:
@@ -3,7 +3,6 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||
import { IonicApp, IonicModule } from '../../../../..';
|
||||
|
||||
import { E2EApp } from './app.component';
|
||||
import { ModalPageModule } from '../pages/modal-page/modal-page.module';
|
||||
import { PageOneModule } from '../pages/page-one/page-one.module';
|
||||
|
||||
@NgModule({
|
||||
|
||||
@@ -129,4 +129,4 @@ export class ModalController {
|
||||
create(component: any, data: any = {}, opts: ModalOptions = {}) {
|
||||
return new Modal(this._app, component, data, opts, this.config, this.deepLinker);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,4 +66,4 @@ export class ModalImpl extends ViewController {
|
||||
return this._app.present(this, navOptions, PORTAL_MODAL);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Component, NgModule } from '@angular/core';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { IonicApp, IonicModule, Range } from '../../../../..';
|
||||
import { IonicApp, IonicModule } from '../../../../..';
|
||||
|
||||
import { RootPage } from '../pages/root-page/root-page';
|
||||
|
||||
|
||||
@@ -595,4 +595,4 @@ export function normalizeUrl(browserUrl: string): string {
|
||||
browserUrl = browserUrl.substr(0, browserUrl.length - 1);
|
||||
}
|
||||
return browserUrl;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -537,4 +537,4 @@ export function mockOverlay() {
|
||||
onDidDismiss: (callback: Function) => { },
|
||||
onWillDismiss: (callback: Function) => { }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user