Chris
Results
1
comments of
Chris
@webprofusion-chrisc 's code works even nicer as a directive ```typescript @Directive({ selector: 'mat-vertical-stepper' }) export class MatVerticalStepperScrollerDirective { constructor(private stepper: MatStepper) {} @HostListener('selectionChange', ['$event']) selectionChanged(selection: StepperSelectionEvent) { const stepId =...