I have a custom stepper based on Cdk, but it is dynamic. So it is bound to a FormArray. When a item is added to the formArray I need to redirect to the newest step. CdkStepper doesn't seem to trigger any event on item being added to step collection.
I've tried to subscribe to the valueChange on the FormArray but it triggers before a new step is added.