Skip to content

Commit

Permalink
docs: explain history key
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Jan 4, 2023
1 parent 31271cb commit 246a69f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import { filter, Observable } from 'rxjs';

interface RouterHistoryState {
/**
* The history of all navigations.
* The history of all router navigation sequences.
*
* The key is the navigation ID.
*/
readonly history: RouterNavigationHistory;
}
Expand Down

0 comments on commit 246a69f

Please sign in to comment.