Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. import { combineLatest } from 'rxjs/Observable';
  2.  
  3. combineLatest is deprecated: Deprecated in favor of static combineLatest.
  4.  
  5. import { combineLatest } from 'rxjs';
  6.  
  7. This import is blacklisted, import a submodule instead
  8.  
  9. import { combineLatest } from 'rxjs/internal/observable/combineLatest';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement