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

相关内容

热门资讯

透视软件"hhpok... 透视软件"hhpoker辅助挂"详细辅助德州论坛(一贯有挂)1、hhpoker辅助挂透视辅助简单,h...
3分钟了解!奇迹手游辅助脚本平... 3分钟了解!奇迹手游辅助脚本平台免费,新玉海楼茶苑辅助器(切实存在有挂)奇迹手游辅助脚本平台免费辅助...
透视好牌!wepoker网页版... 透视好牌!wepoker网页版透视方法(透视)总是真的是有挂(详细辅助教你教程);运辅助工具,进入游...
透视苹果版!哈糖大菠萝开挂(透... 透视苹果版!哈糖大菠萝开挂(透视)永久脚本辅助方法(详细辅助力荐教程)1、用户打开应用后不用登录就可...
透视肯定"hhpok... 透视肯定"hhpoker是真的还是假的"详细辅助切实教程(一直有挂)1、每一步都需要思考,不同水平的...
第3分钟了解!哈糖大菠萝挂法,... 第3分钟了解!哈糖大菠萝挂法,欢乐茶馆免费辅助(确实是有挂);1、欢乐茶馆免费辅助系统规律教程、欢乐...
透视数据!hhpoker辅助靠... 透视数据!hhpoker辅助靠谱吗(透视)原来是有挂(详细辅助揭秘教程)1、玩家可以在软件透明挂俱乐...
透视代打!pokemomo辅助... 透视代打!pokemomo辅助工具(透视)永久脚本辅助方法(详细辅助高科技教程)亲,关键说明,pok...
透视新版"hhpok... 透视新版"hhpoker德州有挂吗"详细辅助实用技巧(原来有挂)1、首先打开hhpoker德州有挂吗...
第一分钟了解!蜀山四川怎么提高... 第一分钟了解!蜀山四川怎么提高胜率,雀姬辅助(竟然真的是有挂)1、很好的工具软件,可以解锁游戏的蜀山...