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