Move to HttpClient and PrimeNG data table

This commit is contained in:
Chocobozzz 2017-09-14 11:57:49 +02:00
parent 91f6f169b1
commit d592e0a9b2
41 changed files with 621 additions and 697 deletions

View file

@ -0,0 +1,4 @@
export interface UserRefreshToken {
access_token: string
refresh_token: string
}