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(Services): define external services as singletons #2018

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

benjamincharity
Copy link
Contributor

ISSUES CLOSED: #2014

Note: Only two services from this library are used externally. I set both to root. I only added a note to the readme for the validators service as it's the only one the consumers really deal with.

@benjamincharity benjamincharity requested a review from a team as a code owner February 12, 2020 13:18
@ghost ghost assigned benjamincharity Feb 12, 2020
@github-actions github-actions bot added PR: awaiting review PRs that need to be reviewed Size: XS labels Feb 12, 2020
@github-actions github-actions bot added PR: approved PRs that have passed the review process and removed PR: awaiting review PRs that need to be reviewed labels Feb 12, 2020
@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #2018 into release will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           release    #2018   +/-   ##
========================================
  Coverage    98.94%   98.94%           
========================================
  Files          140      140           
  Lines         6428     6428           
  Branches      1080     1029   -51     
========================================
  Hits          6360     6360           
  Misses          68       68
Impacted Files Coverage Δ
terminus-ui/chart/src/amcharts.service.ts 100% <ø> (ø) ⬆️
terminus-ui/validators/src/validators.service.ts 100% <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 9798c06...09790bf. Read the comment docs.

@benjamincharity benjamincharity merged commit 3c6fc4f into release Feb 12, 2020
@benjamincharity benjamincharity deleted the 2014-provide-services-in-root branch February 12, 2020 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: approved PRs that have passed the review process Size: XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure all services are provided at the root level
2 participants