spyOn not working with async pipe in Angular

后端 未结 0 673
情话喂你
情话喂你 2021-02-10 03:20

I have a simple component working well looking like that:

@Component({
  selector: \'component\',
  template: `
    {{userWithAsyncPipeFn() | async | json}} 

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题