fix(angular): hide some internal methods (#17121)

This commit is contained in:
Manu MA
2019-01-15 16:04:22 +01:00
committed by GitHub
parent b0f51d4989
commit 4d5dcd4778

View File

@ -59,7 +59,7 @@ export class NavController {
return this.navigate(url, options); return this.navigate(url, options);
} }
navigate(url: string | UrlTree | any[], options: NavigationOptions) { private navigate(url: string | UrlTree | any[], options: NavigationOptions) {
if (Array.isArray(url)) { if (Array.isArray(url)) {
return this.router!.navigate(url, options); return this.router!.navigate(url, options);
} else { } else {