Просмотр исходного кода

[App] added standard providers

tigger 2 лет назад
Родитель
Сommit
9b4ee555e0
1 измененных файлов с 1 добавлено и 1 удалено
  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';