-
Notifications
You must be signed in to change notification settings - Fork 22
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 option to memorize Tab state in the browser URL #1293
Conversation
Deployed to https://test-deployment-pr-1293.herokuapp.com/ |
MatTabGroupHarness | ||
); | ||
const activatedRoute = TestBed.inject(ActivatedRoute); | ||
await tabGroupHarness.selectTab({ label: "D" }); |
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.
Pretty clean test! I have never used this TestbedHarnessEnvironment
before
# Conflicts: # src/app/core/entity-components/entity-details/entity-details.component.html # src/app/core/entity-components/entity-details/entity-details.module.ts # src/app/core/entity-components/entity-list/entity-list.component.html
Kudos, SonarCloud Quality Gate passed!
|
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.
Pretty nice solution with the directive. Thanks for the work!
🎉 This PR is included in version 3.6.2-master.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.6.3-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see issue: #1254
Visible/Frontend Changes
The proposed solution is based on a directive that can be applied to
mat-tab-groups
like so:No further setup is required