You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Angular 4 ngx-translate : Argument of type 'HttpClient' is not assignable to parameter of type 'Http'. Type 'HttpClient' is missing the following properties from type 'Http': _backend, _defaultOptions
#82
Open
Priya-mani09 opened this issue
Sep 8, 2020
· 0 comments
I have installed the translate versions as per the version compatibility table. Im using Angular 4.
But still getting the error Argument of type 'HttpClient' is not assignable to parameter of type 'Http'.
Type 'HttpClient' is missing the following properties from type 'Http': _backend, _defaultOptions
Im not able to figure out why it comes.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Im implementing ngx-translate in Angular 4 application.
The versions used are
And my app.module.ts looks like this
I have installed the translate versions as per the version compatibility table. Im using Angular 4.
But still getting the error
Argument of type 'HttpClient' is not assignable to parameter of type 'Http'.
Type 'HttpClient' is missing the following properties from type 'Http': _backend, _defaultOptions
Im not able to figure out why it comes.
The text was updated successfully, but these errors were encountered: