File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
components/tabs/test/basic Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,9 @@ export class E2EApp {
273
273
TabsPage
274
274
] ,
275
275
imports : [
276
- IonicModule . forRoot ( E2EApp )
276
+ IonicModule . forRoot ( E2EApp , {
277
+ tabsHighlight : true ,
278
+ } )
277
279
] ,
278
280
bootstrap : [ IonicApp ] ,
279
281
entryComponents : [
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ import { Spinner } from './components/spinner/spinner';
51
51
import { Tab } from './components/tabs/tab' ;
52
52
import { Tabs } from './components/tabs/tabs' ;
53
53
import { TabButton } from './components/tabs/tab-button' ;
54
+ import { TabHighlight } from './components/tabs/tab-highlight' ;
54
55
import { TextInput , TextArea } from './components/input/input' ;
55
56
import { Thumbnail } from './components/thumbnail/thumbnail' ;
56
57
import { Toggle } from './components/toggle/toggle' ;
@@ -228,6 +229,7 @@ export const IONIC_DIRECTIVES: any[] = [
228
229
Tab ,
229
230
Tabs ,
230
231
TabButton ,
232
+ TabHighlight ,
231
233
TextArea ,
232
234
TextInput ,
233
235
Thumbnail ,
You can’t perform that action at this time.
0 commit comments