-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
feat(material/stepper): allow for content to be rendered lazily #15817
Conversation
c6084ee
to
f46c948
Compare
f46c948
to
c53ac6e
Compare
c53ac6e
to
9ac9a24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Will this go in at some point? |
@crisbeto looks like this needs to be rebased |
9ac9a24
to
fff352a
Compare
fff352a
to
7eb1666
Compare
Rebased. Also had to make some code changes to get everything working with a few changes from master. |
Please don't miss this one for 11.1, 🙏 thanks! |
Adds the `matStepContent` directive that allows consumers to defer rendering the content of a step until it is opened for the first time. Fixes angular#12339.
7eb1666
to
f4023c8
Compare
Maybe 11.2 then... |
…lar#15817) Adds the `matStepContent` directive that allows consumers to defer rendering the content of a step until it is opened for the first time. Fixes angular#12339.
…lar#15817) Adds the `matStepContent` directive that allows consumers to defer rendering the content of a step until it is opened for the first time. Fixes angular#12339.
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. |
Adds the
matStepContent
directive that allows consumers to defer rendering the content of a step until it is opened for the first time.Fixes #12339.