ERROR: Property is private and only accessible within class
angular项目gulp deploy准备发布到生产环境的时候报错
这个错误的原因是,component中定义了private的对象,但是template(html)中使用到了这个对象
template不能访问component的私有对象
但是在改代码的时候,CLI在编译代码的时候并不会报错
所以在发布之前要先ng build --prod看下对不对
ERROR: Property is private and only accessible within class
angular项目gulp deploy准备发布到生产环境的时候报错
这个错误的原因是,component中定义了private的对象,但是template(html)中使用到了这个对象
template不能访问component的私有对象
但是在改代码的时候,CLI在编译代码的时候并不会报错
所以在发布之前要先ng build --prod看下对不对
本文标题:【Angular4+】ERROR: Property is pr
本文链接:https://www.haomeiwen.com/subject/jnrayqtx.html
网友评论