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、完成欢乐对决辅助菜...
有玩家发现!潮汕汇辅助神器,决... 有玩家发现!潮汕汇辅助神器,决战卡五星作z弊(一贯存在有修改器)-哔哩哔哩1、首先打开决战卡五星作z...
最新消息!德友汇辅助,新卡农有... 最新消息!德友汇辅助,新卡农有挂吗(其实是有平台)-哔哩哔哩在进入新卡农有挂吗软件靠谱后,参与本局比...
经调查!多乐跑得快辅助器,微信... 经调查!多乐跑得快辅助器,微信卡农辅助(其实是有修改器)-哔哩哔哩多乐跑得快辅助器透视方法中分为三种...
近日!微信小程序财神十三脚本a... 近日!微信小程序财神十三脚本app,欢乐情怀怎么开挂(其实是有安装)-哔哩哔哩微信小程序财神十三脚本...
截至发稿!哈糖大菠萝诀窍,约局... 截至发稿!哈糖大菠萝诀窍,约局吧作z弊(竟然真的有app)-哔哩哔哩运哈糖大菠萝诀窍辅助工具,进入游...
最新消息!多乐游戏脚本,广西老... 最新消息!多乐游戏脚本,广西老友玩友破解吗(总是是真的修改器)-哔哩哔哩1)广西老友玩友破解吗有没有...
现场直击!微信小程序辅助器(免... 现场直击!微信小程序辅助器(免费),摆八张辅助(切实是真的下载)-哔哩哔哩该软件可以轻松地帮助玩家将...
透视窍门!epoker底牌透视... 透视窍门!epoker底牌透视(透视)cloudpoker怎么开挂(辅助)确实是有工具(哔哩哔哩)1...
透视机巧!佛手在线有挂吗(We... 透视机巧!佛手在线有挂吗(WePoKer分析)一贯真的是有辅助教程(哔哩哔哩)1、佛手在线有挂吗透视...