Skip to content

Commit 246a69f

Browse files
committed
docs: explain history key
1 parent 31271cb commit 246a69f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/router-component-store/src/lib/router-history-store/router-history.store.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import { filter, Observable } from 'rxjs';
1111

1212
interface RouterHistoryState {
1313
/**
14-
* The history of all navigations.
14+
* The history of all router navigation sequences.
15+
*
16+
* The key is the navigation ID.
1517
*/
1618
readonly history: RouterNavigationHistory;
1719
}

0 commit comments

Comments
 (0)