Results 6 comments of Enrique Enciso

Also, chances are that there is a mix between babel versions. There is no guarantee of compatibility across versions, I had to upgrade babel in my package.json ``` // package.json...

I am having the exact same problem, same environment

mm I just updated typescript to ^4.4.4 and it is working

@hicham-zreik maybe you forgot to add the tag of your child component in the parent template. See the plunker example in file app.component at line 12, and in file childcomponent.ts...

@hicham-zreik also if you have some input tags in the child component, when you append the body of the modal, instead of wrapping the innerHTML in a string as @FredLoney...

yes, that will fix it, another enhancement is to initialize `go.stdoutData `to an empty string, if not you will have to remove the string "undefined" when parsing the output