Angular 4 Dynamic component loading & emitting data to parent component
问题 I am on process of creating poc for dynamic form generation using custom components. i have succeeded upto some extent, where i can create form using set of dynamic components according to a json array. Now i am stuck in one instance where i just need to get output or rather the data out of these components ones the user have update the relevant inputs. I had a look at the @output decorator and the eventEmitter yet i couldn't get a proper solution out of it. Much appreciate if any one in the