Skip to content

Commit 33089ab

Browse files
committed
Apply angular changes
1 parent eefb598 commit 33089ab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
some-component(title="{{ '{type}-text' | translate : { type: someType | translate } }}")
1+
some-component(title="{{ '{type}-text' | translate: { type: someType | translate } }}")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.foo([myAttribute]="{ param: 'hello {name}' | translate : { name: arg } }")
1+
.foo([myAttribute]="{ param: 'hello {name}' | translate: { name: arg } }")
22
.foo(*ngIf="myObjectAsync | async as myObject; else fallbackTemplate")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
div
2-
| {{ "foo" | baz : bar }}
2+
| {{ "foo" | baz: bar }}
33

44
.headline {{ $t("langkey", { id: `${model.id}` }) }}

0 commit comments

Comments
 (0)