Angular2+ - Test fromEvent subscribe on jquery / bootstrap event

后端 未结 0 1691
感动是毒
感动是毒 2021-01-13 23:49

I wanted to test this part of code :

this.sub = fromEvent($(#myModal), \'hide.bs.hide\').subcribe( () => {
// some stuff
}

So this is a bo

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