Guest User

Untitled

a guest
Jan 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. subject.subscribe((value) => {
  2. //do something with the value
  3. })
  4.  
  5. Argument of type '(xx:xx) => void' is not assignable to parameter of
  6. type 'Subscriber<xx>'. Property 'syncErrorValue' is missing in type '(xx:xx) => void'
Add Comment
Please, Sign In to add comment