Skip to content

Commit

Permalink
docs(Transition): Document UrlRouter as internal API
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 13, 2017
1 parent c211b60 commit fc571a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/url/urlRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ defaultRuleSortFn = composeSort(
/**
* Updates URL and responds to URL changes
*
* ### Deprecation warning:
* This class is now considered to be an internal API
* For configuring URL rules, use the [[UrlRulesApi]] which can be found on [[UrlService.rules]].
*
* This class updates the URL when the state changes.
* It also responds to changes in the URL.
*/
Expand Down

0 comments on commit fc571a2

Please sign in to comment.