We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefb598 commit 33089abCopy full SHA for 33089ab
3 files changed
tests/issues/issue-329/formatted.pug
@@ -1 +1 @@
1
-some-component(title="{{ '{type}-text' | translate : { type: someType | translate } }}")
+some-component(title="{{ '{type}-text' | translate: { type: someType | translate } }}")
tests/issues/issue-67/formatted.pug
@@ -1,2 +1,2 @@
-.foo([myAttribute]="{ param: 'hello {name}' | translate : { name: arg } }")
+.foo([myAttribute]="{ param: 'hello {name}' | translate: { name: arg } }")
2
.foo(*ngIf="myObjectAsync | async as myObject; else fallbackTemplate")
tests/issues/issue-70/formatted.pug
@@ -1,4 +1,4 @@
div
- | {{ "foo" | baz : bar }}
+ | {{ "foo" | baz: bar }}
3
4
.headline {{ $t("langkey", { id: `${model.id}` }) }}
0 commit comments