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(alert): dismissibleChange emits boolean values #1896

Merged
merged 1 commit into from
Apr 25, 2017

Conversation

dherges
Copy link
Contributor

@dherges dherges commented Apr 13, 2017

dismissibleChange is used with .subscribe((dismissible: boolean) => { ... }) but declared as EventEmitter<string>

`dismissibleChange` is used with `.subscribe((dismissible: boolean) => { ... })` but declared as `EventEmitter<string>`
@codecov
Copy link

codecov bot commented Apr 13, 2017

Codecov Report

Merging #1896 into development will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #1896   +/-   ##
============================================
  Coverage        85.93%   85.93%           
============================================
  Files               78       78           
  Lines             2098     2098           
  Branches           273      273           
============================================
  Hits              1803     1803           
  Misses             202      202           
  Partials            93       93
Impacted Files Coverage Δ
src/alert/alert.component.ts 88.88% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60fe034...a312e74. Read the comment docs.

@valorkin valorkin merged commit 10bfd7f into valor-software:development Apr 25, 2017
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.

2 participants