-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: cdk/stepperfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding
Description
Feature Description
Currently, when I want to use CdkStepper
with a custom class for a step (extension of a class CdkStep
, e.g. MyStep extends CdkStep
), I am not able to as CdkStepper
is not generic and is fixed to CdkStep
class for a step. I would like to make CdkStepper
generic, so I can use CdkStepper<MyStep>
.
Use Case
Let's say I have a classOnboardingStepComponent extends CdkStep
which has the property specialLabel
. I want to use the CdkStepper with this specialized step component.
Let me know if this sounds reasonable, if so, I can work on this.
abdulkareemnalband, maxailloud, ddzingielewski and fredvollmer
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: cdk/stepperfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding