Skip to content
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

fix(popover): fix template context not being passed, update cdk to 7.2.1 #1153

Merged
merged 3 commits into from
Jan 15, 2019

Conversation

nnixaa
Copy link
Collaborator

@nnixaa nnixaa commented Jan 14, 2019

Closes #1084
Closes #848

@nnixaa nnixaa requested a review from Tibing January 14, 2019 17:52
@codecov
Copy link

codecov bot commented Jan 14, 2019

Codecov Report

Merging #1153 into master will decrease coverage by 0.07%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1153      +/-   ##
==========================================
- Coverage   79.12%   79.05%   -0.08%     
==========================================
  Files         200      200              
  Lines        6102     6043      -59     
  Branches      474      465       -9     
==========================================
- Hits         4828     4777      -51     
+ Misses       1154     1151       -3     
+ Partials      120      115       -5
Impacted Files Coverage Δ
.../framework/theme/components/cdk/overlay/mapping.ts 96.66% <ø> (+6.77%) ⬆️
...work/theme/components/popover/popover.component.ts 100% <100%> (ø) ⬆️
.../theme/components/cdk/overlay/overlay-container.ts 100% <100%> (ø) ⬆️

@@ -41,9 +32,6 @@ import {
ScrollStrategyOptions,
} from '@angular/cdk/overlay';
import { Platform } from '@angular/cdk/platform';
import { Directionality } from '@angular/cdk/bidi';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, also, remove this module from rollup-config.ts

@nnixaa nnixaa merged commit c83188c into master Jan 15, 2019
@nnixaa nnixaa deleted the fix/popover-context branch January 15, 2019 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants