fix(app): go back navigation can close menus

This commit is contained in:
Manu Mtz.-Almeida
2016-12-02 14:06:51 +01:00
parent 5567191a45
commit 8de253a9b1
6 changed files with 44 additions and 30 deletions

View File

@ -597,4 +597,8 @@ export abstract class NavController {
*/
abstract canGoBack(): boolean;
/**
* @private
*/
abstract registerChildNav(nav: NavController);
}