Re: [AngularJS] Re: Issue in loading dynamic components in individual angular tabs

2018-11-13 Thread NavaneethaKrishnan S
Hi, you can find the working sample here https://stackblitz.com/edit/angular-e7fnhd-ihumnz let me know if you need more details Regards, Krishnan On Mon, Nov 12, 2018 at 11:27 PM murali krish wrote: > Hi Navaneeth, Am also having same issue.

[AngularJS] Re: Issue in loading dynamic components in individual angular tabs

2018-11-12 Thread murali krish
Hi Navaneeth, Am also having same issue. Were you able to fix this out? On Tuesday, December 19, 2017 at 8:33:23 PM UTC-5, Navaneetha Krishnan S wrote: > > I have a requirement where I need to load the angular components > dynamically inside a (/) tabs. By default when the page loads I wanted to

[AngularJS] Re: Issue in loading dynamic components in individual angular tabs

2017-12-19 Thread Sander Elias
I forgot to mention, use a setTimeout to split out the actual creation of the tab itself, and it's content. You cannot add stuff to a view that hasn't be created yet. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsub

[AngularJS] Re: Issue in loading dynamic components in individual angular tabs

2017-12-19 Thread Sander Elias
Hi Navaneetha, You use a viewChild #placeholder in your code. Both of those are resulting in a single point where you insert your dynamic component. Use viewChildren, and something else to get hold of the place where you want to insert. Regards Sander -- You received this message because you