Questions tagged [angular-elements]

Angular Elements compiles Angular Components into framework-agnostic Web Components.

Angular Elements compiles Angular Components into regular Web Components, which can be used outside of Angular, in any framework, such as React, or just in regular HTML.

301 questions
-4
votes
1 answer

Angular - i18n uses

I want use the same label rendering different string depending on which user I use. e.g: For user 1:

Hello I am the user 1

For user 2:

What's up user 2?

I don't want use conditionals or so(maybe a .json? I don't know). It is a…
beanic
  • 539
  • 6
  • 22
1 2 3
20
21