Javascript – Argument of type 'Object' is not assignable to parameter of type 'string' – Angular 17
I am configuring a login in Angular 17 in which I am using userStorageService but when I want to store the user there it generates this error Argument of type 'Object' is not assignable to parameter of type 'string' this…