mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
chore(angular): strict tslint (#16708)
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import { Injectable, Optional } from '@angular/core';
|
||||
import { Location } from '@angular/common';
|
||||
import { Injectable, Optional } from '@angular/core';
|
||||
import { NavigationExtras, NavigationStart, Router, UrlTree } from '@angular/router';
|
||||
import { Platform } from './platform';
|
||||
import { RouterDirection } from '@ionic/core';
|
||||
|
||||
import { Platform } from './platform';
|
||||
|
||||
export type NavDirection = 'forward' | 'back' | 'root' | 'auto';
|
||||
|
||||
@Injectable()
|
||||
|
Reference in New Issue
Block a user