AngularMaterial自动完成应调用API每次显示建议
创始人
2024-10-28 11:36:03
0

使用Observable和Subject来从API获得数据并更新自动完成建议。 每次输入时,使用自动完成控件中的事件,例如matAutocompleteSelected和matAutocompleteInput。 下面是示例代码,如何在每次输入时调用API并更新建议:

在component.ts文件中:

import { Component } from '@angular/core'; import { FormControl } from '@angular/forms'; import { HttpClient } from '@angular/common/http'; import { Observable, Subject } from 'rxjs'; import { debounceTime, distinctUntilChanged, switchMap } from 'rxjs/operators'; import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';

@Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { searchControl = new FormControl(); searchResults: any[] = []; private searchTerms = new Subject();

constructor(private http: HttpClient) { this.searchTerms.pipe( debounceTime(300), distinctUntilChanged(), switchMap((term: string) => this.search(term)) ).subscribe(data => { this.searchResults = data; }); }

search(term: string): Observable { return this.http.get(https://api.example.com/search?q=${term}); }

onAutocompleteSelected(event: MatAutocompleteSelectedEvent): void { // handle selected value }

onInputChange(): void { const term = this.searchControl.value; if (term && term.length >= 3) { this.searchTerms.next(term); } } }

在component.html文件中:

{{ result.name }}

在这个例子中,每次在输入字段中键入至少3个字符时,searchTerms Subject将触发,并通过HTTP调用search方法来获取数据。然后通过

相关内容

热门资讯

透视阶段!wepoker透视脚... 透视阶段!wepoker透视脚本下载(WePoKer私人局)一直有辅助工具(哔哩哔哩)1、下载好we...
透视妙计!佛手在线大菠萝辅助(... 透视妙计!佛手在线大菠萝辅助(HHpoker控制牌)总是存在有辅助脚本(哔哩哔哩)该软件可以轻松地帮...
透视窍要!epoker透视(H... 透视窍要!epoker透视(HHpoker功能)果然是有辅助方法(哔哩哔哩)1、每一步都需要思考,不...
透视技法!wepoker轻量版... 透视技法!wepoker轻量版透视方法(WePoKer祈福)总是真的是有辅助软件(哔哩哔哩)1、在w...
透视秘籍!wepoker免费脚... 透视秘籍!wepoker免费脚本咨询(德普之星有透视)真是有辅助教程(哔哩哔哩)1、许多玩家不知道w...
透视教材!werplan脚本(... 透视教材!werplan脚本(德普之星下载)切实是真的有辅助神器(哔哩哔哩)1、游戏颠覆性的策略玩法...
透视策略!xpoker辅助器(... 透视策略!xpoker辅助器(WePoKer透视脚本)一贯存在有辅助方法(哔哩哔哩)1、玩家可以在x...
透视方针!hhpoker德州作... 透视方针!hhpoker德州作必弊(WePoKer咨询)一贯真的有辅助教程(哔哩哔哩)透视方针!hh...
透视烘培!hhpoker透视脚... 透视烘培!hhpoker透视脚本视频(德普之星辅助软件)确实有辅助方法(哔哩哔哩)1、很好的工具软件...
透视积累!hhpoker德州透... 透视积累!hhpoker德州透视(德普之星开辅助)真是是真的有辅助技巧(哔哩哔哩)1、打开软件启动之...