I'm trying to do something like
<router-outlet name='chart.id'></router-outlet>
where chart.id is something like "id1, id2, id3", etc. I would like to generate these at runtime because I do not know how many ids I will have.
I would like the end result to be like
<router-outlet name='id1'></router-outlet>
<router-outlet name='id2'></router-outlet>
<router-outlet name='id3'></router-outlet>
Thanks!
You can't do it right now but it's a requested feature.
You can check it here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With