Guest User

Untitled

a guest
Jan 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. this._exposureService.listAllExposures
  2. .subscribe(
  3. res => {
  4. this.allExposureData = res;
  5. }
  6. )
  7. ;
  8.  
  9. res: [
  10. {
  11. companyId: 1,
  12. reportDates: [
  13. {
  14. reportDate: 12/31/2017,
  15. currencies: [
  16. {
  17. currency: 'USD'
  18. }, ...
  19. ]
  20. }, ...
  21. ]
  22. }, ...
Add Comment
Please, Sign In to add comment