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
Argument of type 'Http' is not assignable to parameter of type 'Http'
或
Argument of type 'HttpClient' is not assignable to parameter of type 'Http'. Property '_backend' is missing in type 'HttpClient'.
解决办法:下载新版本的 @angular/http和 @ngx-translate/http-loader:
把原来用cnpm下载的包卸载了用npm下载
The text was updated successfully, but these errors were encountered: