angular入门基础教程(十一)与服务端数据交互
创始人
2024-11-15 19:10:02
0

前后端分离开发,少不了与后端进行数据接口的对接,在vue,react中我们要借助第三方的axios来进行数据请求。在ng中,为我们封装了了一层httpClient,我们直接使用即可

依赖注入

我们需要再次封装一次

import { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core';  @Injectable({   providedIn: 'root', }) export class HttpService {   constructor(private http: HttpClient) {     this.http = http;   }    getData() {     return this.http.get('https://xxxxxxxxxx');   } } 

组件中使用

依赖注入,我们封装好了的接口方法

import { Component, inject } from '@angular/core'; import { HttpService } from '../../services/http.service'; import { firstValueFrom } from 'rxjs'; @Component({   selector: 'app-about',   standalone: true,   imports: [FormsModule, UpperCasePipe],   templateUrl: './about.component.html',   styleUrl: './about.component.css', }) export class AboutComponent {    dataLists: any = [];   //依赖注入,我们封装好了的接口方法   constructor(     private carServices: CarServiceService,     private httpService: HttpService   ) {   }    //声明周期   async ngOnInit() {     console.log('ngOnInit');      //将获取接口数据的.subscribe改造成了async await     const products = await firstValueFrom(this.httpService.getData());     console.log('🚀 ~ AboutComponent ~ ngOnInit ~ res:', products);     this.dataLists = products;   } } 

在这里插入图片描述

在这里插入图片描述
这样我们就获取到了后端数据

关于httpClient还有很多配置项与其他的几种请求方式,可以参考官网自行测试

相关内容

热门资讯

透视办法!德扑圈有透视吗,德普... 透视办法!德扑圈有透视吗,德普之星辅助器怎么用(透视)一直是真的透视软件(哔哩哔哩)1)德普之星辅助...
透视资料!wepokerplu... 透视资料!wepokerplus透视脚本免费,wepoker辅助器激活码(透视)确实真的有透视软件(...
透视要领!wepoker买钻石... 透视要领!wepoker买钻石有用吗,wepoker辅助器下载(透视)其实是有脚本攻略(哔哩哔哩)1...
透视指南!德普之星私人局辅助器... 透视指南!德普之星私人局辅助器,德普之星透视辅助软件激活码(透视)一贯有脚本软件(哔哩哔哩)1、许多...
透视演示!wepoker数据分... 透视演示!wepoker数据分析工具,wepoker手机版辅助(透视)确实存在有脚本挂(哔哩哔哩)w...
透视步骤!newpoker怎么... 您好,newpoker怎么安装脚本这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视法门!德普之星透视辅助软件... 透视法门!德普之星透视辅助软件激活码,德普之星透视辅助软件下载(透视)原来存在有脚本软件(哔哩哔哩)...
透视攻略!wpk辅助软件,wp... 透视攻略!wpk辅助软件,wpk透视辅助(透视)确实真的是有透视软件(哔哩哔哩)运wpk辅助软件辅助...
透视课程!德普之星怎么设置埋牌... 透视课程!德普之星怎么设置埋牌,德普之星有辅助软件吗(透视)一直存在有脚本教程(哔哩哔哩)1、实时德...
透视手段!德普之星有透视辅助吗... 透视手段!德普之星有透视辅助吗,德普之星私人局辅助器(透视)原来真的有脚本插件(哔哩哔哩)透视手段!...