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、模拟器是...
透视妙招!wepoker模拟器... 透视妙招!wepoker模拟器哪个(AApoker透视软件)总是是真的有辅助攻略(哔哩哔哩)1、金币...
第4分钟了解!哈糖大菠萝辅助神... 第4分钟了解!哈糖大菠萝辅助神器(辅助)新大圣开挂辅助下载-确实有挂修改器1、玩家可以在哈糖大菠萝辅...
透视软件!微信微乐游戏辅助脚本... 透视软件!微信微乐游戏辅助脚本(透视)微乐广西麻辣辅助(都是是有辅助下载)-哔哩哔哩1、每一步都需要...
透视模块!wepoker私人局... 透视模块!wepoker私人局透视(AApoker俱乐部)都是存在有辅助方法(哔哩哔哩)1、任何we...
一分钟了解!福建啊当大菠萝有辅... 一分钟了解!福建啊当大菠萝有辅助么(辅助)好友赣南开挂辅助下载-都是真的是有下载1、金币登录送、破产...
最新消息!微信微乐游戏辅助脚本... 最新消息!微信微乐游戏辅助脚本(透视)微信微乐辅助免费(一贯存在有辅助工具)-哔哩哔哩1、点击下载安...
透视教程书!wepoker一直... 透视教程书!wepoker一直输的号能继续打吗(HHpoker透视挂)都是有辅助工具(哔哩哔哩)1、...
2分钟了解!人海大厅辅助插件(... 2分钟了解!人海大厅辅助插件(辅助)山西大唐开挂辅助软件-切实是真的插件人海大厅辅助插件能透视中分为...