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方法来获取数据。然后通过

相关内容

热门资讯

透视机巧!德普辅助器怎么用,德... 透视机巧!德普辅助器怎么用,德普之星app其实真的有下载,1分钟教程(有挂工具)在进入德普辅助器怎么...
透视法子!aapoker脚本,... 透视法子!aapoker脚本,AApoker下载本来有开挂,第3分钟教程(有挂解惑)1、下载好aap...
透视经验!wejoker辅助软... 透视经验!wejoker辅助软件视频,WePoKer机器人确实真的有脚本,第9分钟教程(证实有挂)1...
透视要领!aapoker怎么选... 透视要领!aapoker怎么选牌,AApoker软件一直有插件,五分钟教程(有挂规律)1、点击下载安...
透视教程书!hhpoker俱乐... 透视教程书!hhpoker俱乐部是干嘛的,HHpoker免费果然有神器,4分钟教程(真的有挂)1)h...
透视窍要!hhpoker为什么... 透视窍要!hhpoker为什么一直输,HHpoker德州局切实是有神器,第八分钟教程(有挂教程)hh...
透视步骤!wpk真的有透视嘛,... 透视步骤!wpk真的有透视嘛,WPK辅助器真是是有透视,五分钟教程(有挂神器)1、在wpk真的有透视...
透视操作!哈糖大菠萝有挂吗,H... 透视操作!哈糖大菠萝有挂吗,HHpoker模拟器本来存在有开挂,7分钟教程(有挂功能)1、哈糖大菠萝...
透视讲义!wpk模拟器多开,W... 透视讲义!wpk模拟器多开,WPK俱乐部确实是有工具,第8分钟教程(详细教程)1、玩家可以在wpk模...
透视窍要!哈糖大菠萝攻略,We... 透视窍要!哈糖大菠萝攻略,WePoKer破解器好像真的是有教程,第8分钟教程(有挂工具)哈糖大菠萝攻...