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
Hello,
I am trying to update my angular project from version 4 to 5, in my project the version of ngx-admin-lte is 0.2.0
and i have this error when i try to do ng serve: ERROR in node_modules/ngx-admin-lte/src/ngx-admin-lte.module.ts(12,34): error TS2345: Argument of type 'HttpClient' is n ot assignable to parameter of type 'HttpClient'. Types have separate declarations of a private property 'handler'.
Is ther a method to update the local version of ngx-admin-lte package to tha last one in my project?
Shall i uninstall the package and reinstall it ?
thanks for your help
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to update my angular project from version 4 to 5, in my project the version of ngx-admin-lte is 0.2.0
and i have this error when i try to do ng serve:
ERROR in node_modules/ngx-admin-lte/src/ngx-admin-lte.module.ts(12,34): error TS2345: Argument of type 'HttpClient' is n ot assignable to parameter of type 'HttpClient'. Types have separate declarations of a private property 'handler'.
for more details I asked for help on stackoverflow:
https://stackoverflow.com/questions/52648960/argument-of-type-httpclient-is-n-ot-assignable-to-parameter-of-type-httpclien
Is ther a method to update the local version of ngx-admin-lte package to tha last one in my project?
Shall i uninstall the package and reinstall it ?
thanks for your help
The text was updated successfully, but these errors were encountered: