someApprentice / Crypter

3 stars 1 forks source link

Wait until Angular will fix responseType option for HttpClient methods #13

Open someApprentice opened 5 years ago

someApprentice commented 5 years ago

To set responseType option need to override it type as json

Otherwise would throw an error

Types of property 'responseType' are incompatible.
    Type 'string' is not assignable to type '"json"'.

This is Angular issue and need to be fixed after it fix.

angular/angular#18586