angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
315 stars 40 forks source link

How to communicate the element ? #145

Closed yarabsyp closed 1 year ago

yarabsyp commented 1 year ago

Hello Team,

Is there any way to communicate the elements to component and vice versa.

Passing input to the element and element can dispatch the message. Kind of Event listener ?

is there any way to communicate the data to element and element can pass back/emit some message ?

Please advise

raulmelo commented 1 year ago

Hey @yarabsyp, you can use events Output() and Input() vice versa.

mode simples Video share data between