Alexander PanovforRoyalZSoftwareroyalzsoftware.deยทApr 20, 2023Stop stuffing helpers into Angular servicesDoes your angular code look like this? Then please think about it twice. export interface UserDto { roles: string[]; username: string; themeIdentifier: string; } export class UserService { public fetchUser(): Promise<User> { return this....198 readsAngularAdd a thoughtful commentNo comments yetBe the first to start the conversation.