This commit is contained in:
Ruin
2022-03-09 11:59:45 +08:00
parent c39d741074
commit 4e58d2393f
8 changed files with 16 additions and 73 deletions

View File

@@ -15,7 +15,7 @@ import { AppRoutingModule } from "./app-routing.module";
// 引入根组件
import { AppComponent } from "./app.component";
// @ngModule装饰器 @ngModule接受一个元数据对象 告诉angular如何编译和启动对象\
import { CoreModule } from "./universalModel/core.module";
import { CoreModule } from "./model/core.module";
// 在根模块中引入http模块
import { HttpClientModule } from "@angular/common/http";