|
1 | | -export { MenuController } from './providers/menu-controller'; |
2 | 1 | export { DomController } from './providers/dom-controller'; |
| 2 | +export { MenuController } from './providers/menu-controller'; |
3 | 3 | export { NavController } from './providers/nav-controller'; |
4 | 4 |
|
5 | 5 | export { Config, ConfigToken } from './providers/config'; |
6 | 6 | export { Platform } from './providers/platform'; |
7 | 7 |
|
8 | | -export { bindLifecycleEvents, AngularDelegate } from './providers/angular-delegate'; |
| 8 | +export { AngularDelegate, bindLifecycleEvents, IonModalToken } from './providers/angular-delegate'; |
9 | 9 |
|
10 | 10 | export type { IonicWindow } from './types/interfaces'; |
11 | | -export type { ViewWillEnter, ViewWillLeave, ViewDidEnter, ViewDidLeave } from './types/ionic-lifecycle-hooks'; |
| 11 | +export type { ViewDidEnter, ViewDidLeave, ViewWillEnter, ViewWillLeave } from './types/ionic-lifecycle-hooks'; |
12 | 12 |
|
13 | 13 | export { NavParams } from './directives/navigation/nav-params'; |
14 | 14 |
|
15 | | -export { IonPopover } from './overlays/popover'; |
16 | 15 | export { IonModal } from './overlays/modal'; |
| 16 | +export { IonPopover } from './overlays/popover'; |
17 | 17 |
|
18 | 18 | export { IonRouterOutlet, provideComponentInputBinding } from './directives/navigation/router-outlet'; |
19 | 19 |
|
| 20 | +export * from './directives/control-value-accessors'; |
20 | 21 | export { IonBackButton } from './directives/navigation/back-button'; |
| 22 | +export { IonNav } from './directives/navigation/nav'; |
21 | 23 | export { |
22 | 24 | RouterLinkDelegateDirective, |
23 | | - RouterLinkWithHrefDelegateDirective, |
| 25 | + RouterLinkWithHrefDelegateDirective |
24 | 26 | } from './directives/navigation/router-link-delegate'; |
25 | | -export { IonNav } from './directives/navigation/nav'; |
26 | 27 | export { IonTabs } from './directives/navigation/tabs'; |
27 | | -export * from './directives/control-value-accessors'; |
28 | 28 |
|
29 | 29 | export { ProxyCmp } from './utils/proxy'; |
30 | 30 |
|
31 | | -export { IonicRouteStrategy } from './utils/routing'; |
32 | 31 | export { OverlayBaseController } from './utils/overlay'; |
| 32 | +export { IonicRouteStrategy } from './utils/routing'; |
33 | 33 |
|
34 | 34 | export { raf } from './utils/util'; |
0 commit comments