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还有很多配置项与其他的几种请求方式,可以参考官网自行测试

相关内容

热门资讯

太夸张了!越乡游绍兴挂,wep... 越乡游绍兴挂 无需打开直接搜索微信:136704302本司针对手游进行,选择我们的四大理由: 1、软...
太坑了开挂!福建众娱辅助透视系... 太坑了开挂!福建众娱辅助透视系统,小闲巴渝辅助(发现一款辅助开挂下载);福建众娱辅助透视系统最新版本...
太离谱了!奇迹掌趣辅助,wep... 太离谱了!奇迹掌趣辅助,wepoker高级辅助(透视)开挂辅助平台(有挂方式)>>您好:软件加136...
太嚣张了透视!新道游房间,新道... 太嚣张了透视!新道游房间,新道游辅助器免费版(最新技巧开挂辅助脚本);超受欢迎的新道游辅助器免费版稳...
太离谱了!jj斗地主有透视吗,... jj斗地主有透视吗 无需打开直接搜索微信:136704302本司针对手游进行,选择我们的四大理由: ...
太无语了辅助!hhpoker免... 太无语了辅助!hhpoker免费辅助器,微友三代辅助(揭秘几款辅助开挂插件);1、很好的hhpoke...
太夸张了!吉祥填大坑插件,so... 吉祥填大坑插件 无需打开直接搜索微信:136704302本司针对手游进行,选择我们的四大理由: 1、...
太坑了辅助!拱趴大菠萝辅助工具... 太坑了辅助!拱趴大菠萝辅助工具,禅游游戏辅助脚本(盘点一款辅助开挂神器)相信很多朋友都在电脑上玩过拱...
太实锤了!创思维有挂吗,wep... 太实锤了!创思维有挂吗,wepoker正确养号方法(透视)开挂辅助工具(有挂辅助) >>您好:软件加...
太嚣张了透视!边锋小程序透视器... 太嚣张了透视!边锋小程序透视器,情怀辅助哪里可以装(我来教大家开挂辅助下载),情怀辅助哪里可以装是用...