#angularjs
Read more stories on Hashnode
Articles with this tag
Does your angular code look like this? Then please think about it twice. export interface UserDto { roles: string[]; username: string; ...