RoyalZSoftware

RoyalZSoftware

Follow
homeWork with usnewsletter
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

Stop stuffing helpers into Angular services

Alexander PanovAlexander Panov
Apr 20, 20233 min read 111 views

Does your angular code look like this? Then please think about it twice. export interface UserDto { roles: string[]; username: string; ...

Stop stuffing helpers into Angular services