Skip to content

Commit 7cb5731

Browse files
cexbrayatalan-agius4
authored andcommitted
fix(@schematics/angular): use href property binding for links
(cherry picked from commit da7dea6)
1 parent 1a5538e commit 7cb5731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/files/common-files/src/app/app.component.html.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
]; track item.title) {
241241
<a
242242
class="pill"
243-
href="{{ item.link }}"
243+
[href]="item.link"
244244
target="_blank"
245245
rel="noopener"
246246
>

0 commit comments

Comments
 (0)