Add dynamic html property to ChildComponent
I want to add a dynamic html property to my ChildComponent in the html, like hits: <child-component test={{ variable }}></child.component> I dont want to use it as an input just need it in the html for testing. I tried the…