mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
Merge branch '2.0' into layout-refactor
# Conflicts: # src/components/tabs/test/advanced/index.ts
This commit is contained in:
@ -1752,6 +1752,13 @@ export class NavController extends Ion {
|
||||
return this._views.length;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
isSwipeBackEnabled(): boolean {
|
||||
return this._sbEnabled;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the root `NavController`.
|
||||
* @returns {NavController}
|
||||
|
Reference in New Issue
Block a user