Aug 9, 2017 · 1 min read
and What if I had an object with three properties in it like this:
dataGrouping = {a: false, b: [], c: []}
and my input is :
@input() dataGrouping: DataGrouping;
should I initiate all of them in testhostcomponent in order to see it actually defined?
