authService.hasAnyRole(authorities)) { return true; } return false; } } and my methods in authService: hasAnyRole(roles: string[]): boolean { for (let i = 0; i ...
確定! 回上一頁