mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore(build): fix imports to fix the build
This commit is contained in:
@ -4,15 +4,22 @@ import {
|
|||||||
Config,
|
Config,
|
||||||
FrameworkDelegate,
|
FrameworkDelegate,
|
||||||
NavController,
|
NavController,
|
||||||
NavState,
|
|
||||||
NavOptions,
|
NavOptions,
|
||||||
|
NavState,
|
||||||
PublicNavController,
|
PublicNavController,
|
||||||
RouterEntries,
|
RouterEntries,
|
||||||
RouterEntry
|
RouterEntry,
|
||||||
ViewController
|
ViewController
|
||||||
} from '../../index';
|
} from '../../index';
|
||||||
import {getActiveImpl, getFirstView, getPreviousImpl, getViews, init } from '../../navigation/nav-utils';
|
import {
|
||||||
import { isReady } from '../../utils/helpers';
|
getActiveImpl,
|
||||||
|
getFirstView,
|
||||||
|
getNextNavId,
|
||||||
|
getPreviousImpl,
|
||||||
|
getViews,
|
||||||
|
resolveRoute
|
||||||
|
} from '../../navigation/nav-utils';
|
||||||
|
import { assert, isReady } from '../../utils/helpers';
|
||||||
|
|
||||||
/* it is very important to keep this class in sync with ./nav-interface interface */
|
/* it is very important to keep this class in sync with ./nav-interface interface */
|
||||||
@Component({
|
@Component({
|
||||||
|
|||||||
Reference in New Issue
Block a user