refactor(navigation): refactor nav-controller-base to maintain backwards compatibility

This commit is contained in:
Dan Bucholtz
2017-06-20 13:26:22 -05:00
parent 58e1d79518
commit 1beef75c80

View File

@@ -959,7 +959,7 @@ export class NavControllerBase extends Ion implements NavController {
return !!this._child;
}
getActiveChildNav(): NavigationContainer {
getActiveChildNav(): any {
return this._child;
}