Skip to content

Commit

Permalink
docs(router): remove incorrect deprecation text in InitialNavigation (
Browse files Browse the repository at this point in the history
#46916)

Remove left over deprecation note.

PR Close #46916
  • Loading branch information
alan-agius4 authored and Pawel Kozlowski committed Jul 22, 2022
1 parent f5d764d commit 929d69e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/router/src/router_config.ts
Expand Up @@ -38,9 +38,6 @@ export type ErrorHandler = (error: any) => any;
* more control over when the router starts its initial navigation due to some complex
* initialization logic.
*
* The following values have been [deprecated](guide/releases#deprecation-practices) since v11,
* and should not be used for new applications.
*
* @see `forRoot()`
*
* @publicApi
Expand Down

0 comments on commit 929d69e

Please sign in to comment.