mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(tabs): fix tabs injectables
This commit is contained in:
@ -131,7 +131,7 @@ export class Tabs extends Ion {
|
|||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
@Optional() viewCtrl: ViewController,
|
@Optional() viewCtrl: ViewController,
|
||||||
parent: any,
|
parent: NavController,
|
||||||
private _app: IonicApp,
|
private _app: IonicApp,
|
||||||
private _config: Config,
|
private _config: Config,
|
||||||
private _elementRef: ElementRef,
|
private _elementRef: ElementRef,
|
||||||
|
Reference in New Issue
Block a user