-
Notifications
You must be signed in to change notification settings - Fork 4
Added resource pipe and service for libraries #12
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 9 +4
Lines 99 146 +47
Branches 22 26 +4
=====================================
+ Hits 99 146 +47
Continue to review full report at Codecov.
|
|
||
private getStringForLocale( | ||
info: SkyAppLocaleInfo, | ||
name: string, ...args: any[] |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
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