Explorar el Código

[App] added standard providers

tigger hace 2 años
padre
commit
9b4ee555e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';