Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 30, 2022
1 parent a8a6001 commit 4b01a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/treeNodeValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class _TreeNodeValueBase {
*/
private _overrides = new Map<string, RouteRecordOverride>()

/**
* Should this add the loader guard in the route record.
*/
includeLoaderGuard: boolean = false

/**
Expand Down

0 comments on commit 4b01a3a

Please sign in to comment.