Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ipRecords: any;
  2.  
  3. this.auth.fileUpload(fd).subscribe((res: any)=>{
  4. if(res.status==="Success"){
  5. this.toastr.success("File Uploaded");
  6. this.ipRecords.push(JSON.parse(JSON.stringify(res.data)));
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement