Angular4 + Material2, Dialog 异常 Exception
Angular2 material dialog has issues - Did you add it to @NgModule.entryComponents?https://stackoverflow.com/questions/41519481/angular2-material-dialog-has-issues-did-you-add-it-to-ngmodule-entrycomponent
在项目里用到Material2的Dialog对话框,按照官网的例子的正常流程写出的sample,当弹出dialog对话框时,对话框都不能正常显示,只在页面最左边显示,并且没有内容,好像是只弹出一个宽度为20px,高度为浏览器高度的一个对话框,并且浏览器console里提示如下,调查了好半天,还是对angular的 entryComponents的属性不熟啊,解决方案如下:
stackoverflow给出的解决办法,
|