mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +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);
|
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 {
|
||||||
|
Reference in New Issue
Block a user