Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisexistence committed Dec 12, 2021
1 parent 074e029 commit 4eddd0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v13

- You can now disable the navigation of a routerLink by passing undefined and null.
Previously the routerLink directive used to accept these two values as equivalent to an empty string.

- Migrates `[routerLink]=""` in templates to `[routerLink]="[]"` because these links are likely intended to route to the current page with updated fragment/query params.

0 comments on commit 4eddd0f

Please sign in to comment.