Hi, in your video you had user.model.ts file(guess with user class?)
In my app.component.ts I have errors with user.roles, user.username because its:
TS2339: Property 'roles' does not exist on type 'string'.
TS2339: Property 'username' does not exist on type 'string'.
Could you help pls?