#Use same instance of component

1 messages · Page 1 of 1 (latest)

pallid linden
#

Is there a way to use the same instance of a component? I would like to do something like the following```html
<app-a></app-a>
...
<app-a></app-a>

I don't want to have separate instances of component a. I would like create one instance of component a and display it twice. Is something like this possible?
rigid idol
pallid linden
jade dawn
#

Or you could have all the data on the wrapping component?