chore(): fixes compilation

This commit is contained in:
Manu Mtz.-Almeida
2016-12-02 19:02:02 +01:00
parent b1942593d2
commit db20af7498
3 changed files with 17 additions and 17 deletions

View File

@ -600,5 +600,5 @@ export abstract class NavController {
/**
* @private
*/
abstract registerChildNav(nav: NavController);
abstract registerChildNav(nav: any);
}