mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(nav): remove incorrectly used removeStart as a starting index in for loop. Fixes #8442
This commit is contained in:
@ -486,6 +486,13 @@ export abstract class NavController {
|
||||
*/
|
||||
abstract length(): number;
|
||||
|
||||
|
||||
/**
|
||||
* Returns the current stack of views in this nav controller.
|
||||
* @returns {Array<ViewController>} the stack of view controllers in this nav controller.
|
||||
*/
|
||||
abstract getViews(): Array<ViewController>;
|
||||
|
||||
/**
|
||||
* Returns the active child navigation.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user