1

Can any one explain me how to use FormData in Typescript ?

code:

  formdata: {
        prototype: FormData;
        new (user?: HTMLFormElement): FormData;
    }
Prashobh K V
  • 161
  • 1
  • 2
  • 11
  • i am not understanding how to create a FormData and send it through an http post request in angular2 which is using typescript . – Prashobh K V Jun 14 '16 at 05:17
  • You can check here: https://stackoverflow.com/questions/37174759/how-do-you-post-a-formdata-object-in-angular-2 – Belter Aug 24 '17 at 09:38

0 Answers0