2025-07-01 11:31:57 -04:00
|
|
|
import { ApplicationConfig, provideBrowserGlobalErrorListeners, provideZonelessChangeDetection } from '@angular/core';
|
2025-06-30 20:12:56 -04:00
|
|
|
|
|
|
|
export const appConfig: ApplicationConfig = {
|
2025-07-01 11:31:57 -04:00
|
|
|
providers: [provideBrowserGlobalErrorListeners(), provideZonelessChangeDetection()],
|
2025-06-30 20:12:56 -04:00
|
|
|
};
|