gpt4 book ai didi

Angular 6 升级 : debounceTime is not property of Subject

转载 作者:太空狗 更新时间:2023-10-29 17:04:11 24 4
gpt4 key购买 nike

我正在尝试将我的应用程序从 Angular 5 升级到 Angular 6。我按照 https://update.angular.io/ 上的步骤操作至少我认为我做到了。

错误是:

Property 'debounceTime' does not exist on type 'Subject<string>'.

我的组件也丢失了 debounceTime 导入。我认为 ng update 删除了它。

最佳答案

我在@Siva636 和@Andrew Lobban 的帮助下解决了这个问题。

我需要使用管道:

  this.field$.pipe(
debounceTime(400),
distinctUntilChanged())

关于 Angular 6 升级 : debounceTime is not property of Subject,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50191318/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com