We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2c9f7 commit 7c23f9aCopy full SHA for 7c23f9a
packages/angular/common/src/directives/navigation/stack-controller.ts
@@ -91,9 +91,7 @@ export class StackController {
91
* The user triggered a back navigation on a page that was navigated to with root. In this case, the new page
92
* becomes the root and the leavingView is removed.
93
*
94
- * This can happen when e.g.:
95
- * - using the NavController's navigateBack on a root page
96
- * - navigating to a page with navigateRoot and then using the browser back button
+ * This can happen e.g. when navigating to a page with navigateRoot and then using the browser back button
97
*/
98
if (
99
direction === 'back' &&
0 commit comments