I'm trying to populate PrimeNG TabView tabs by fetching data from the server. However, they don't seem to play well with Observables. I've posted an example here:
https://stackblitz.com/edit/primeng-nx7ryc?file=app%2Fapp.component.ts
- With no initial items in my Angular component, dynamic tabpanels won't be displayed at all
- With one initial item, dynamic tabpanels will only be displayed when the INITIAL tabpanel is clicked
Can you please suggest a workaround for this?