#Pass props to front end framework from Astro component.

5 messages · Page 1 of 1 (latest)

jagged lintel
#

Hello, i'm trying to mix an Astro app with some frontend framework as Angular / React / Vue and Svelte.
Eveything is working fine, i can communicate some data between them using rxjs.
But now, how to pass some data i fetch from my api from an Astro component to an Angular or a Svelte component for exemple ? I tried to use the right way from each framework but nothing happen. Title prop is working but if i change to another one like name or data, it is not working ... This is an example of my code.

hushed lava
jagged lintel
hushed lava
#

No experience with angular🤷‍♂️