mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
add login service
This commit is contained in:
parent
cdf458488a
commit
d5bf1ab388
22 changed files with 1632 additions and 159 deletions
9
src/app/@core/data/user-response.ts
Normal file
9
src/app/@core/data/user-response.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export interface UserResponse {
|
||||
username: string,
|
||||
value: UserRole[],
|
||||
}
|
||||
|
||||
export interface UserRole {
|
||||
resourcealias: string,
|
||||
relationshiptypealias: string,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue