首页 > 解决方案 > node_modules/ng2-bs3-modal/components/modal-header.d.ts.ModalHeaderComponent.html(3,107) 中的错误:属性“modal”是私有的,只能访问

问题描述

我遇到了错误,它在开发中工作得非常好,但在生产中它会抛出一个错误

ERROR in node_modules/ng2-bs3-modal/components/modal-header.d.ts.ModalHeaderComponent.html(3,107): Property 'modal' is private and only accessible within class 'ModalHeaderComponent'.
node_modules/ng2-bs3-modal/components/modal-footer.d.ts.ModalFooterComponent.html(4,107): Property 'modal' is private and only accessible within class 'ModalFooterComponent'.
node_modules/ng2-bs3-modal/components/modal-footer.d.ts.ModalFooterComponent.html(5,86): Property 'modal' is private and only accessible within class 'ModalFooterComponent'.

标签: javascriptangulartypescript

解决方案


我建议你看这个问题https://github.com/angular/angular/issues/11422,它可能有用


推荐阅读