mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(angular): hide some internal methods (#17121)
This commit is contained in:
@ -59,7 +59,7 @@ export class NavController {
|
||||
return this.navigate(url, options);
|
||||
}
|
||||
|
||||
navigate(url: string | UrlTree | any[], options: NavigationOptions) {
|
||||
private navigate(url: string | UrlTree | any[], options: NavigationOptions) {
|
||||
if (Array.isArray(url)) {
|
||||
return this.router!.navigate(url, options);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user