initial commit
This commit is contained in:
5
src/app/app.config.ts
Normal file
5
src/app/app.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
|
||||
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [provideZoneChangeDetection({ eventCoalescing: true })]
|
||||
};
|
||||
Reference in New Issue
Block a user