Software Architect / Team Lead
- Kansas City, MO
-
11:20
- 6h behind - http://www.mattburkedev.com
- @mattburkedev
- @[email protected]
- in/akatakritos
Highlights
- Pro
Pinned Loading
-
-
-
rxjs debug operator
rxjs debug operator 1export function debug<T>(label: string) {
2return tap<T>(
3next => console.log(`[${label}]`, next),
4err => console.error(`[${label} -- ERR]`, err),
5() => console.log(`[${label}]`, 'complete')
-
-
rxjs error handling
rxjs error handling 1/**
2* rxjs operator to convert a observable to an obserable of Results
3*/
4export function wrapResult<T>(): UnaryFunction<Observable<T>, Observable<Result<T, Error>>> {
5return pipe(
584 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More