Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Clients/Angular/finki-chattery/src/app/core/core.module.ts

    rc205cc4 r68a1d2f  
    99import { SharedMaterialModule } from '../shared-material/shared-material.module';
    1010import { COMPONENTS } from './components/components';
     11import { GUARDS } from './guards/guards';
    1112import { LoaderInterceptor } from './interceptors/loader.interceptor';
    1213import { reducers } from './state';
     
    1920  declarations: [COMPONENTS],
    2021  providers: [
     22    GUARDS,
    2123    { provide: HTTP_INTERCEPTORS, useClass: LoaderInterceptor, multi: true },
    2224    { provide: HTTP_INTERCEPTORS, useClass: TokenInterceptor, multi: true }
Note: See TracChangeset for help on using the changeset viewer.