mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
feat(nav): goBack directive
This commit is contained in:
@ -9,6 +9,8 @@ import { SelectValueAccessor } from './control-value-accessors/select-value-acce
|
||||
import { TextValueAccessor } from './control-value-accessors/text-value-accessor';
|
||||
|
||||
// navigation
|
||||
import { GoBack } from './navigation/go-back';
|
||||
import { NavController } from './navigation/ion-nav-controller';
|
||||
import { Nav } from './navigation/ion-nav';
|
||||
import { Tab } from './navigation/ion-tab';
|
||||
import { Tabs } from './navigation/ion-tabs';
|
||||
@ -219,6 +221,7 @@ import {
|
||||
Nav,
|
||||
Tab,
|
||||
Tabs,
|
||||
GoBack,
|
||||
|
||||
// router
|
||||
IonRouterOutlet,
|
||||
@ -327,6 +330,7 @@ import {
|
||||
BooleanValueAccessor,
|
||||
Nav,
|
||||
IonRouterOutlet,
|
||||
GoBack,
|
||||
Tab,
|
||||
Tabs,
|
||||
NumericValueAccessor,
|
||||
@ -353,6 +357,7 @@ export class IonicModule {
|
||||
return {
|
||||
ngModule: IonicModule,
|
||||
providers: [
|
||||
NavController,
|
||||
AlertController,
|
||||
ActionSheetController,
|
||||
Events,
|
||||
|
Reference in New Issue
Block a user