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

后端 未结 0 778
轻奢々
轻奢々 2021-02-11 18:46
@Component({
  templateUrl: \'./mywebcomponent.component.html\',
  styleUrls: [\'./mywebcomponent.component.scss\'],
})
export class MyWebCompnent {
    
  @Output() err         


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