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!>
Thanks for joining our community and helping improve Syncfusion products!
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.
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.