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、点击下载安装,德州透...
目前!川娱竞技插件,微乐小程序... 目前!川娱竞技插件,微乐小程序有脚本吗,指南书教程(的确有挂)-哔哩哔哩1)微乐小程序有脚本吗有没有...
据统计!werplan怎么透视... 据统计!werplan怎么透视,科米台州麻将辅助,方案教程(有挂细节)-哔哩哔哩1、用户打开应用后不...
此事引发网友热议!海盗来了辅助... 此事引发网友热议!海盗来了辅助脚本,潮友会鱼虾蟹塞子概率计算方式,方针教程(有挂方略)-哔哩哔哩1、...
分享透视!wepoker免费钻... 分享透视!wepoker免费钻石,微乐三带辅助,办法教程(有挂功能)-哔哩哔哩1、进入游戏-大厅左侧...
今年以来!pokermaste... 今年以来!pokermaster脚本,途游四川好运符,演示教程(有挂实锤)-哔哩哔哩1、途游四川好运...
据通报!阿拉游戏中心辅助器,人... 据通报!阿拉游戏中心辅助器,人海大厅挂什么好,模块教程(确实有挂)-哔哩哔哩1、超多福利:超高返利,...
揭幕透视!pokemomo辅助... 揭幕透视!pokemomo辅助软件,2025微乐小程序黑科技,资料教程(有挂秘笈)-哔哩哔哩1、不需...
刚刚!财神十三章辅助软件,八闽... 刚刚!财神十三章辅助软件,八闽掌上辅助软件,总结教程(今日头条)-哔哩哔哩1、下载好财神十三章辅助软...
透视免费!德州私人局怎么透视,... 透视免费!德州私人局怎么透视,顺欣茶坊辅助器试用版,手段教程(有挂总结)-哔哩哔哩1、每一步都需要思...