arlas-wui-toolkit / Exports / FetchInterceptorService
Class: FetchInterceptorService
Table of contents
Constructors
Methods
Constructors
constructor
• new FetchInterceptorService(arlasSettings
, dialog
, errorService
, router
)
Parameters
Name | Type |
---|---|
arlasSettings |
ArlasSettingsService |
dialog |
MatDialog |
errorService |
ErrorService |
router |
Router |
Defined in
projects/arlas-toolkit/src/lib/services/interceptor/fetch-interceptor.service.ts:36
Methods
applyInterceptor
▸ applyInterceptor(): void
Returns
void
Defined in
projects/arlas-toolkit/src/lib/services/interceptor/fetch-interceptor.service.ts:51
interceptInvalidConfig
▸ interceptInvalidConfig(dahsboardDeniedData
): void
Parameters
Name | Type |
---|---|
dahsboardDeniedData |
DeniedAccessData |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/services/interceptor/fetch-interceptor.service.ts:99
interceptLogout
▸ interceptLogout(): void
Returns
void
Defined in
projects/arlas-toolkit/src/lib/services/interceptor/fetch-interceptor.service.ts:42