-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(cdk-stepper): add guide to create stepper #14710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CI fails due to a change in the stepper public API. How can I accept the new generated API as golden file? Is this something I have to do locally? |
You can run the following command to accept:
|
* Added guide how to create a custom stepper using the CDK * Added a material example to demonstrate the custom CDK stepper * Made steps from CdkStepper public as it is necessary to build a custom stepper
I think this might be a bit too specific to be under Guides and instead makes more sense in the cdk component overview. @mmalerba thoughts? |
@jelbourn I was thinking of it as a similar thing to this guide: https://material.angular.io/guide/creating-a-custom-form-field-control The overview pages, at least the way they are today, are more of just discussing each part of the API and what you can do with it, rather than taking you through a more complex example step by step. |
Hi @Mokkapps! This PR has merge conflicts due to recent upstream merges. |
1 similar comment
Hi @Mokkapps! This PR has merge conflicts due to recent upstream merges. |
* docs(cdk-stepper): add guide to create stepper * Added guide how to create a custom stepper using the CDK * Added a material example to demonstrate the custom CDK stepper * Made steps from CdkStepper public as it is necessary to build a custom stepper * Review comments
* docs(cdk-stepper): add guide to create stepper * Added guide how to create a custom stepper using the CDK * Added a material example to demonstrate the custom CDK stepper * Made steps from CdkStepper public as it is necessary to build a custom stepper * Review comments
* docs(cdk-stepper): add guide to create stepper * Added guide how to create a custom stepper using the CDK * Added a material example to demonstrate the custom CDK stepper * Made steps from CdkStepper public as it is necessary to build a custom stepper * Review comments
* docs(cdk-stepper): add guide to create stepper * Added guide how to create a custom stepper using the CDK * Added a material example to demonstrate the custom CDK stepper * Made steps from CdkStepper public as it is necessary to build a custom stepper * Review comments
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
a custom stepper