diff options
Diffstat (limited to 'client/src/app/helpers')
-rw-r--r-- | client/src/app/helpers/utils.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/helpers/utils.ts b/client/src/app/helpers/utils.ts index b4e26d792..6d7e76b11 100644 --- a/client/src/app/helpers/utils.ts +++ b/client/src/app/helpers/utils.ts | |||
@@ -1,10 +1,10 @@ | |||
1 | import { SelectChannelItem } from 'src/types/select-options-item.model' | ||
1 | import { DatePipe } from '@angular/common' | 2 | import { DatePipe } from '@angular/common' |
2 | import { HttpErrorResponse } from '@angular/common/http' | 3 | import { HttpErrorResponse } from '@angular/common/http' |
3 | import { Notifier } from '@app/core' | 4 | import { Notifier } from '@app/core' |
4 | import { SelectChannelItem } from '@app/shared/shared-forms' | 5 | import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' |
5 | import { environment } from '../../environments/environment' | 6 | import { environment } from '../../environments/environment' |
6 | import { AuthService } from '../core/auth' | 7 | import { AuthService } from '../core/auth' |
7 | import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' | ||
8 | 8 | ||
9 | // Thanks: https://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript | 9 | // Thanks: https://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript |
10 | function getParameterByName (name: string, url: string) { | 10 | function getParameterByName (name: string, url: string) { |