cipchk / ngx-bootstrap-modal

simplify the work with bootstrap modal dialogs
https://cipchk.github.io/ngx-bootstrap-modal
MIT License
22 stars 7 forks source link

angular5 下不能打开自定义组件 #8

Closed kerrph closed 6 years ago

kerrph commented 6 years ago

snipaste_2018-01-15_17-24-56

之前的版本在angular4的环境下是正常的。 也配置了entryComponents

cipchk commented 6 years ago

能否通过 https://stackblitz.com/edit/ngx-bootstrap-modal 重现一个在线示例吗?

kerrph commented 6 years ago

写了个例子没有成功 https://stackblitz.com/edit/ngx-bootstrap-modal-1bkq49

cipchk commented 6 years ago

确认一下你的代码:

@Component({
  selector: 'app-custom',
  templateUrl: `<div class="modal-dialog">

应该是 template 而不是 templateUrl

kerrph commented 6 years ago

不好意思