mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +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 _views: Array<ViewController> = [];
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
id: number;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
providers: ResolvedProvider[];
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
router: NavRouter;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
sbGesture: any;
|
||||
|
||||
constructor(
|
||||
|
Reference in New Issue
Block a user