浏览代码

[App] added standard providers

tigger 2 年之前
父节点
当前提交
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';