Skip to content

Commit

Permalink
Update router.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 committed Sep 24, 2020
1 parent c901ad9 commit 3458e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/router/router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export namespace Router {
clearPreviousHistory?: boolean
/** custom/extended context for Template7/Component page (when route loaded from template, templateUrl, component or componentUrl) */
context?: object
/** If set to `true` then it will ignore if such URL in cache and reload it using XHR again */
/** if set to `true` then it will ignore if such URL in cache and reload it using XHR again */
ignoreCache?: boolean
/** if set to `true` then it will ignore previous page in history and load specified one */
force?: boolean
Expand Down

0 comments on commit 3458e4e

Please sign in to comment.