how to unit test web component in angular with @Input and @Output

后端 未结 0 674
清歌不尽
清歌不尽 2021-02-11 18:39
@Component({
  templateUrl: \'./mywebcomponent.component.html\',
  styleUrls: [\'./mywebcomponent.component.scss\'],
})
export class MyWebCompnent {
    
  @Output() err         


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