I'm new to angular and I've been playing around Stepper function.
Problem Statement:
I'm trying to create a Stepper Higher Order Component that would accept components as input (For each step) and renders.
The goal is i will be able to pass in various components and render them.
https://material.angular.io/components/stepper/overview
Is this possible with angular? I'd really appreciate some light. I tried looking into the docs but lost.
Thanks