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.
RouterHistory
1 parent 154ed54 commit 4d5d839Copy full SHA for 4d5d839
1 file changed
packages/router-component-store/src/lib/router-history-store/router-history.store.ts
@@ -23,6 +23,11 @@ import {
23
RouterSequence,
24
} from './router-sequence';
25
26
+/**
27
+ * A history of router navigated sequences.
28
+ *
29
+ * The key is the navigation ID.
30
+ */
31
type RouterHistory = Readonly<Record<number, RouterNavigatedSequence>>;
32
interface RouterHistoryState {
33
/**
0 commit comments