-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add navigation buttons to navigation bar #179
Comments
Finally, I decided to use Angular Material CdkStepper as I am totally flexible there. But anyways, your component is nice! |
What you want is currently not possible with |
A possible way to implement this would be to provide two directives A challenge with this approach i that I think we would need to inject the @earshinov what do you think about this? Do you think this is feasible? |
@madoar , I think your proposition is fine, but I would rather wait for another feature request or pull request. I don't think this feature will have many users. |
I guess you are right |
Hi,
thanks for this component it looks really helpful and I want to use it in a project.
I have just one question:
Is it possible to add navigation buttons to the navigation bar without forking this repository?
I would like to have a previous and next button (e.g. arrow icons) to the left & right side of the navigation bar.
Additionally it would be nice to have the step icons clickable
Thanks in advance!
The text was updated successfully, but these errors were encountered: