Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Issue: When running the karma webserver the ej2 component added inside the ng-template is not rendered

Reproducing steps:
• Install the node_modules.
• Run the ng test command the karma webserver will run in the chrome browser and the text box added inside the Accordion content ng-template is not rendered.

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ej2-angular-accordion-karma-sample-1280712772

Validation details:
• Running the same sample with the command ng serve working as expected.
• Adding the same textbox outside the accordion ng-template is working.
• We are facing the same problem in splitter also when adding the textbox inside the ng-template.
• Adding an input(named as app-dynamic in the shared sample) element as a custom component in ng-template works as expected.