File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33// SPDX-License-Identifier: AGPL-3.0-only
44
55import { provideHttpClient , withInterceptors } from '@angular/common/http' ;
6- import { ApplicationConfig , importProvidersFrom } from '@angular/core' ;
6+ import { ApplicationConfig , importProvidersFrom , provideZoneChangeDetection } from '@angular/core' ;
77
88import { AppRoutingModule } from './app-routing.module' ;
99import { unauthorizedInterceptor } from './unauthorized.interceptor' ;
@@ -13,5 +13,6 @@ export const appConfig: ApplicationConfig = {
1313 providers : [
1414 importProvidersFrom ( AppRoutingModule ) ,
1515 provideHttpClient ( withInterceptors ( [ unauthorizedInterceptor , withCredentialsInterceptor ] ) ) ,
16+ provideZoneChangeDetection ( { eventCoalescing : true } ) ,
1617 ] ,
1718} ;
You can’t perform that action at this time.
0 commit comments