Skip to content

Commit

Permalink
fix(@schematics/angular): use href property binding for links
Browse files Browse the repository at this point in the history
(cherry picked from commit da7dea6)
  • Loading branch information
cexbrayat authored and alan-agius4 committed Nov 8, 2023
1 parent 1a5538e commit 7cb5731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
]; track item.title) {
<a
class="pill"
href="{{ item.link }}"
[href]="item.link"
target="_blank"
rel="noopener"
>
Expand Down

0 comments on commit 7cb5731

Please sign in to comment.