Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. const mapped$ = src$.pipe(
  2. //only on completion
  3. endWithCallback(() => {
  4. const endParam= this.getSomething();
  5. return endValue;
  6. }),
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement