Angulartypeaheaddebouncetimerequest
创始人
2024-10-29 20:01:04
0

在Angular中使用debounceTime对typeahead搜索输入进行节流,减少请求次数。

在HTML模板中,通过ngbTypeahead指令绑定搜索输入,并使用debounceTime方法对搜索输入进行节流:


在组件中,定义搜索函数search并在其中使用debounceTime方法:

import { Component } from '@angular/core';
import { Subject } from 'rxjs/Subject';
import { debounceTime, distinctUntilChanged, switchMap } from 'rxjs/operators';

@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
  searchTerm: string;
  searchTerms = new Subject();

  search = (text$: Observable) => {
    return text$.pipe(
      debounceTime(200),
      distinctUntilChanged(),
      switchMap(term => this.searchTerms(term))
    );
  }

  constructor() {
    this.searchTerms.pipe(
      debounceTime(200),
      distinctUntilChanged(),
      switchMap(term => this.search(term))
    ).subscribe(results => {
      console.log(results);
    });
  }

  search(term: string): Observable {
    // place your http request here
    return of([]);
  }

  formatter(result) {
    // place your formatter here
    return result;
  }
}

此方法使用rxjs的Subject及相应的操作符来对输入进行节流和去重,最终返回一个Observable来获取搜索结果。你可以在search函数中进行实际的搜索请求,也可以使用rxjs的of函数来返回一个静态的结果集。示例代码中的formatter函数用于对搜索结果进行格式化,你可以根据实际情况进行修改。

相关内容

热门资讯

透视工具!wepoker免费脚... 透视工具!wepoker免费脚本(透视)wepoker免费钻石(本来有脚本)-哔哩哔哩1、wepok...
透视脚本!wepoker免费辅... 透视脚本!wepoker免费辅助器(透视)wepoker智能辅助插件(一贯真的有辅助器)-哔哩哔哩1...
透视工具!aapoker怎么控... 透视工具!aapoker怎么控制牌(透视)aapoker透视插件(真是真的有透视)-哔哩哔哩1、点击...
透视软件!hhpoker是正品... 透视软件!hhpoker是正品吗(透视)hhpoker有后台操作吗(本来一直都是有辅助器)-哔哩哔哩...
透视脚本!hhpoker免费透... 透视脚本!hhpoker免费透视脚本(透视)hhpoker可以控制牌吗(本来是真的有透视)-哔哩哔哩...
透视神器!wepoker插件功... 您好,wepoker插件功能辅助器这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视技巧!wepoker辅助器... 透视技巧!wepoker辅助器是真的吗(透视)wepoker有辅助吗(本来是有挂)-哔哩哔哩wepo...
透视软件!wepoker软件安... 透视软件!wepoker软件安装包(透视)hhpoker万能辅助器(本来是真的有挂)-哔哩哔哩1、在...
透视app!wpk软件是正规的... 透视app!wpk软件是正规的吗(透视)wpk透视工作室(一贯真的是有透视)-哔哩哔哩进入游戏-大厅...
透视攻略!德普之星有透视辅助吗... 透视攻略!德普之星有透视辅助吗(透视)德普之星私人局透视(确实真的有脚本)-哔哩哔哩亲,关键说明,德...