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、...
透视专业!wpk软件是正规的吗... 透视专业!wpk软件是正规的吗,wpk透视是真的吗-好像是真的有辅助神器(哔哩哔哩)小薇(辅助器软件...
透视辅助!wepoker私人局... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩家在这款游戏中打...
透视科普!wpk俱乐部是做什么... 透视科普!wpk俱乐部是做什么的,wpk透视辅助方法-本来有辅助神器(哔哩哔哩)1、游戏颠覆性的策略...
透视详细!hhpoker万能辅... 透视详细!hhpoker万能辅助器,hhpoker德州透视-总是有辅助工具(哔哩哔哩)一、可以开透视...
透视分享!wepoker分析,... 透视分享!wepoker分析,wepoker手机插件-总是是真的有辅助app(哔哩哔哩)暗藏猫腻,小...
透视了解!wpk透视是真的吗,... 透视了解!wpk透视是真的吗,微扑克微乐辅助-竟然一直都是有辅助攻略(哔哩哔哩)1、辅助软件下载优化...
透视了解!wpk透视辅助方法,... 透视了解!wpk透视辅助方法,wpk模拟器是什么-真是是有辅助插件(哔哩哔哩)1)有没有挂:进一步探...
透视揭幕!德普之星有透视辅助吗... 透视揭幕!德普之星有透视辅助吗,德普之星有透视辅助吗-切实一直总是有辅助攻略(哔哩哔哩)1、超多福利...
透视必备!wpk软件是正规的吗... 透视必备!wpk软件是正规的吗,wpk辅助购买-竟然一直都是有辅助工具(哔哩哔哩)1、不需要AI权限...