mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
committed by
mhartington
parent
ad25cd1cd7
commit
08be9dc58b
@@ -1174,7 +1174,7 @@ export class NavControllerBase extends Ion implements NavController {
|
||||
content && content.resize();
|
||||
}
|
||||
|
||||
goToRoot(_opts: NavOptions) {
|
||||
goToRoot(_opts: NavOptions): Promise<any> {
|
||||
return Promise.reject(new Error('goToRoot needs to be implemented by child class'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user