mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(build): fix imports to fix the build
This commit is contained in:
@ -4,15 +4,22 @@ import {
|
||||
Config,
|
||||
FrameworkDelegate,
|
||||
NavController,
|
||||
NavState,
|
||||
NavOptions,
|
||||
NavState,
|
||||
PublicNavController,
|
||||
RouterEntries,
|
||||
RouterEntry
|
||||
RouterEntry,
|
||||
ViewController
|
||||
} from '../../index';
|
||||
import {getActiveImpl, getFirstView, getPreviousImpl, getViews, init } from '../../navigation/nav-utils';
|
||||
import { isReady } from '../../utils/helpers';
|
||||
import {
|
||||
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 */
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user