Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Added resource pipe and service for libraries #12

Merged
merged 8 commits into from
Oct 17, 2018

Conversation

Blackbaud-SteveBrush
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush commented Oct 15, 2018

Bulider PR: blackbaud/skyux-builder#486
Builder Plugin PR: blackbaud/skyux-sdk-builder-plugin-skyux#2
SKY UX Lookup PR (implementation demo): blackbaud/skyux-lookup#3

@codecov-io
Copy link

codecov-io commented Oct 15, 2018

Codecov Report

Merging #12 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #12   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      9    +4     
  Lines          99    146   +47     
  Branches       22     26    +4     
=====================================
+ Hits           99    146   +47
Impacted Files Coverage Δ
.../app/public/modules/i18n/lib-resources-provider.ts 100% <100%> (ø)
...blic/modules/i18n/lib-resources-providers-token.ts 100% <100%> (ø)
src/app/public/modules/i18n/locale-provider.ts 100% <100%> (ø) ⬆️
src/app/public/modules/i18n/i18n.module.ts 100% <100%> (ø) ⬆️
...rc/app/public/modules/i18n/host-locale-provider.ts 100% <100%> (ø) ⬆️
src/app/public/modules/i18n/lib-resources.pipe.ts 100% <100%> (ø)
...c/app/public/modules/i18n/lib-resources.service.ts 100% <100%> (ø)
... and 2 more

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 d6566f0...5bfbca4. Read the comment docs.


private getStringForLocale(
info: SkyAppLocaleInfo,
name: string, ...args: any[]
Copy link
Member Author

Choose a reason for hiding this comment

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

Missing line break

return this.getStringForLocale({ locale: 'en_US' }, name, args);
}

private getStringForLocale(
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove getDefaultString and make this public.

Observable
} from 'rxjs/Observable';

import 'rxjs/add/observable/merge';
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove this.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit d858379 into master Oct 17, 2018
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the lib-resources branch October 17, 2018 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants