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
  • Loading branch information
cexbrayat authored and alan-agius4 committed Nov 8, 2023
1 parent 6f9ef1f commit da7dea6
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 da7dea6

Please sign in to comment.