mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(navController): update docs
This commit is contained in:
@ -113,9 +113,24 @@ export class NavController extends Ion {
|
|||||||
protected _trnsTime: number = 0;
|
protected _trnsTime: number = 0;
|
||||||
protected _views: Array<ViewController> = [];
|
protected _views: Array<ViewController> = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
id: number;
|
id: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
providers: ResolvedProvider[];
|
providers: ResolvedProvider[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
router: NavRouter;
|
router: NavRouter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
sbGesture: any;
|
sbGesture: any;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Reference in New Issue
Block a user