mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
perf(angular): bundle size improvements for angular (#16966)
This commit is contained in:
@ -12,7 +12,9 @@ export interface AnimationOptions {
|
||||
|
||||
export interface NavigationOptions extends NavigationExtras, AnimationOptions {}
|
||||
|
||||
@Injectable()
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class NavController {
|
||||
|
||||
private direction: 'forward' | 'back' | 'root' | 'auto' = DEFAULT_DIRECTION;
|
||||
|
Reference in New Issue
Block a user