Structural Directive
- Regular: {{ global.home }}
- With params: {{ global.alert }}
- With translation reuse: {{ global.a.b.c }}
Directive
- Regular: {{ global.home }}
-
(click) With params: {{ global.alert }}
-
With translation reuse: {{ global.a.b.c }}
-
(click) Dynamic key:
Pipe
- Regular: {{ global.home }}
-
With params: {{ global.alert }}
-
With translation reuse: {{ global.a.b.c }}
Translation in ngFor