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