Skip to content

Commit 68aae8a

Browse files
Melvin Lundbergmhartington
authored andcommitted
docs(app): add docs for getActiveNav
Closes #10282
1 parent b8ee301 commit 68aae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class App {
189189
}
190190

191191
/**
192-
* @private
192+
* @return {NavController} Returns the active NavController. Using this method is preferred when we need access to the top-level navigation controller while on the outside views and handlers like `registerBackButtonAction()`
193193
*/
194194
getActiveNav(): NavController {
195195
const portal = this._appRoot._getPortal(MODAL);

0 commit comments

Comments
 (0)