We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c211b60 commit fc571a2Copy full SHA for fc571a2
src/url/urlRouter.ts
@@ -51,6 +51,10 @@ defaultRuleSortFn = composeSort(
51
/**
52
* Updates URL and responds to URL changes
53
*
54
+ * ### Deprecation warning:
55
+ * This class is now considered to be an internal API
56
+ * For configuring URL rules, use the [[UrlRulesApi]] which can be found on [[UrlService.rules]].
57
+ *
58
* This class updates the URL when the state changes.
59
* It also responds to changes in the URL.
60
*/
0 commit comments