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、玩家可以在佛...
透视揭露!wpk透视插件(透视... 透视揭露!wpk透视插件(透视)hhpoker透视脚本视频,教程操作(真实有挂)-哔哩哔哩1、超多福...
透视肯定!花花生活圈脚本,微信... 透视肯定!花花生活圈脚本,微信微乐辅助器下载(开挂)切实真的是有挂(有挂猫腻)-哔哩哔哩1、首先打开...
据统计!wepoker可以免费... 据统计!wepoker可以免费玩吗,we poker免费辅助器(透视)举措教程(好像有挂)1、不需要...
今日!新道游戏辅助器免费版,新... 今日!新道游戏辅助器免费版,新财神辅助器,秘籍教程(有挂透视)-哔哩哔哩1、新道游戏辅助器免费版免费...
透视解密!wepoker数据分... 透视解密!wepoker数据分析工具(透视)wpk免费辅助,教程手段(详细教程)-哔哩哔哩1、上手简...
透视辅助!微乐游戏竞技团辅助,... 透视辅助!微乐游戏竞技团辅助,新二号辅助(开挂)竟然有挂(有挂存在)-哔哩哔哩1、微乐游戏竞技团辅助...
迎来新发展!hhpoker软件... 迎来新发展!hhpoker软件可以玩吗,微扑克微乐辅助(透视)办法教程(都是是真的挂)1、hhpok...
相较于以往!宝宝浙江辅助工具,... 相较于以往!宝宝浙江辅助工具,悟空大厅微信辅助,诀窍教程(有挂秘诀)-哔哩哔哩1、很好的工具软件,可...
透视最新!小南娱乐开挂系统,新... 透视最新!小南娱乐开挂系统,新天道破解版(开挂)其实是真的挂(有挂总结)-哔哩哔哩1、在小南娱乐开挂...