-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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(demo): opportunity to change bs theme by url query #4870
Conversation
Codecov Report
@@ Coverage Diff @@
## development #4870 +/- ##
============================================
Coverage 75.65% 75.65%
============================================
Files 237 237
Lines 7336 7336
Branches 1464 1464
============================================
Hits 5550 5550
Misses 1376 1376
Partials 410 410 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## development #4870 +/- ##
===============================================
+ Coverage 75.65% 75.69% +0.04%
===============================================
Files 237 237
Lines 7336 7336
Branches 1464 1464
===============================================
+ Hits 5550 5553 +3
+ Misses 1376 1375 -1
+ Partials 410 408 -2
Continue to review full report at Codecov.
|
pluck('_bsVersion') | ||
) | ||
.subscribe((bsVersion: 'bs3' | 'bs4') => { | ||
this.installTheme(bsVersion); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -47,6 +51,14 @@ export class SidebarComponent implements OnDestroy { | |||
this.toggle(false); | |||
} | |||
}); | |||
|
|||
this.activatedRoute.queryParams |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
1537ec9
to
fa57a1b
Compare
Smoke tested, looks good. |
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.