跳转到内容
angular challenges logo Angular Challenges

🔴 Pipe Observable to Signal

挑战 #54

此内容尚不支持你的语言。

创建者 Thomas Laforge

Information

We have a legacy application that is using observables to store a state. Signals are a very good fit for that.

Statement

So, the goal of this challenge is to refactor the following application to be a fully signal-based application. When you are done, neither the pipe nor the service should import RxJS.

Be careful along the way; everything might not work as you wish.

贡献者

感谢所有帮助本文档变得更好的贡献者!

  • tomalaforge
  • LMFinney