Przeglądaj źródła

[App] added standard providers

tigger 2 lat temu
rodzic
commit
9b4ee555e0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/app.config.ts

+ 1 - 1
src/app/app.config.ts

@@ -1,7 +1,7 @@
 import { ApplicationConfig, importProvidersFrom } from '@angular/core';
 import { provideRouter } from '@angular/router';
 import { routes } from './app.routes';
-import { provideHttpClient, withFetch } from '@angular/common/http';
+import { provideHttpClient } from '@angular/common/http';
 import { BrowserModule } from '@angular/platform-browser';
 import { DpModule } from 'dp-ui/dp.module';
 import { BrowserAnimationsModule } from '@angular/platform-browser/animations';