mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(tslint): fix noImplicitAny errors
This commit is contained in:
@ -101,7 +101,7 @@ export class App {
|
||||
*/
|
||||
getActiveNav(): any {
|
||||
var nav = this._rootNav || null;
|
||||
var activeChildNav;
|
||||
var activeChildNav: any;
|
||||
|
||||
while (nav) {
|
||||
activeChildNav = nav.getActiveChildNav();
|
||||
|
Reference in New Issue
Block a user