feat: auth page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { provideHttpClient } from "@angular/common/http";
|
||||
import { provideHttpClient, withFetch } from "@angular/common/http";
|
||||
import { ApplicationConfig, isDevMode, provideZoneChangeDetection } from "@angular/core";
|
||||
import { provideRouter } from "@angular/router";
|
||||
import { provideServiceWorker } from "@angular/service-worker";
|
||||
@@ -12,6 +12,6 @@ export const appConfig: ApplicationConfig = {
|
||||
enabled: !isDevMode(),
|
||||
registrationStrategy: "registerWhenStable:30000",
|
||||
}),
|
||||
provideHttpClient(),
|
||||
provideHttpClient(withFetch()),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user