mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
@ -273,7 +273,9 @@ export class E2EApp {
|
|||||||
TabsPage
|
TabsPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
IonicModule.forRoot(E2EApp)
|
IonicModule.forRoot(E2EApp, {
|
||||||
|
tabsHighlight: true,
|
||||||
|
})
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
@ -51,6 +51,7 @@ import { Spinner } from './components/spinner/spinner';
|
|||||||
import { Tab } from './components/tabs/tab';
|
import { Tab } from './components/tabs/tab';
|
||||||
import { Tabs } from './components/tabs/tabs';
|
import { Tabs } from './components/tabs/tabs';
|
||||||
import { TabButton } from './components/tabs/tab-button';
|
import { TabButton } from './components/tabs/tab-button';
|
||||||
|
import { TabHighlight } from './components/tabs/tab-highlight';
|
||||||
import { TextInput, TextArea } from './components/input/input';
|
import { TextInput, TextArea } from './components/input/input';
|
||||||
import { Thumbnail } from './components/thumbnail/thumbnail';
|
import { Thumbnail } from './components/thumbnail/thumbnail';
|
||||||
import { Toggle } from './components/toggle/toggle';
|
import { Toggle } from './components/toggle/toggle';
|
||||||
@ -228,6 +229,7 @@ export const IONIC_DIRECTIVES: any[] = [
|
|||||||
Tab,
|
Tab,
|
||||||
Tabs,
|
Tabs,
|
||||||
TabButton,
|
TabButton,
|
||||||
|
TabHighlight,
|
||||||
TextArea,
|
TextArea,
|
||||||
TextInput,
|
TextInput,
|
||||||
Thumbnail,
|
Thumbnail,
|
||||||
|
Reference in New Issue
Block a user