We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad25cd1 commit 08be9dcCopy full SHA for 08be9dc
src/navigation/nav-controller-base.ts
@@ -1174,7 +1174,7 @@ export class NavControllerBase extends Ion implements NavController {
1174
content && content.resize();
1175
}
1176
1177
- goToRoot(_opts: NavOptions) {
+ goToRoot(_opts: NavOptions): Promise<any> {
1178
return Promise.reject(new Error('goToRoot needs to be implemented by child class'));
1179
1180
0 commit comments