-
Notifications
You must be signed in to change notification settings - Fork 6.8k
WIP feat(progress-container): add progress-container component #13867
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
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Much thanks to @crisbeto for help with the design. The tests/docs are incomplete pending a final design review (a lot of the names, etc are bound to be changed). |
CLAs look good, thanks! |
Open design questions:
|
8d59106
to
2a957b3
Compare
* Add two new components: `mat-progress-container` and `mat-progress-content` for use with new directive `matProgress` * When triggered, the `matProgress` directive will emit an event that notifies the components which will, if triggered to show the progress container, add that template to the view and hide the progress content, and otherwise remove the template from the view and show the progress content
Hi @CaerusKaru! This PR has merge conflicts due to recent upstream merges. |
Has this been abandoned? |
Any update on this? Is there something we can do to help? |
We've decided not to move forward with this feature |
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. |
mat-progress-container
andmat-progress-content
for use with new directive
matProgress
matProgress
directive will emit an event that notifiesthe components which will, if triggered to show the progress container, add
that template to the view and hide the progress content, and otherwise remove
the template from the view and show the progress content
Fixes #13667