Knockout: Render child component with passed data
In my Magento 2 knockout component i have the case where i loop through some filters() object and want to render each filter as a child template. Therefore i want to pass the $data from the foreach to the child… Read More »Knockout: Render child component with passed data