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

相关内容

热门资讯

透视能赢!雀友会万能辅助器,p... 透视能赢!雀友会万能辅助器,pokemmo内置修改器(透视)开挂辅助工具(哔哩哔哩)1、上手简单,内...
透视方案!智星德州辅助译码插件... 透视方案!智星德州辅助译码插件靠谱吗,佛手十三道辅助工具(辅助)切实是真的有脚本(哔哩哔哩)佛手十三...
透视手册!wepokerplu... 透视手册!wepokerplus辅助,WePoKer俱乐部本来是有脚本,9分钟教程(存在有挂)一、w...
4分钟教材!陕麻圈破解,新道游... 4分钟教材!陕麻圈破解,新道游房卡辅助器(辅助)果然有挂工具(哔哩哔哩)该软件可以轻松地帮助玩家将新...
据权威媒体报道!温州熟客辅助,... 据权威媒体报道!温州熟客辅助,拱趴大菠萝挂(透视)开挂辅助神器(哔哩哔哩)1、实时温州熟客辅助透视辅...
透视指引!newpoker脚本... 透视指引!newpoker脚本,传送屋辅助器下载(辅助)果然一直都是有插件(哔哩哔哩)1、操作简单,...
透视绝活!如何下载wpk透视版... 透视绝活!如何下载wpk透视版,WPK多开其实是真的有安装,第七分钟教程(有挂存在)1、该软件可以轻...
六分钟绝活!创思维激k辅助插件... 六分钟绝活!创思维激k辅助插件,樱花之盛辅助软件(辅助)总是真的有软件(哔哩哔哩)1、下载好创思维激...
透视有挂!微信小程序家乡大二辅... 透视有挂!微信小程序家乡大二辅助工具,德州透视竞技联盟(透视)开挂辅助攻略(哔哩哔哩)1)微信小程序...
透视课程!智星菠萝透视,快乐碰... 透视课程!智星菠萝透视,快乐碰胡辅助(辅助)一贯是有神器(哔哩哔哩)1、该软件可以轻松地帮助玩家将智...