Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

ng build --prod --build-optimizer 出错 #10

Closed
wengxk opened this issue Feb 23, 2019 · 1 comment
Closed

ng build --prod --build-optimizer 出错 #10

wengxk opened this issue Feb 23, 2019 · 1 comment

Comments

@wengxk
Copy link

wengxk commented Feb 23, 2019

ERROR in src\app\app.component.html(5,13): : Cannot assign to 'collapsed' because it is a constant or a read-only property.

@wengxk wengxk closed this as completed Feb 23, 2019
@wengxk
Copy link
Author

wengxk commented Feb 23, 2019

不是这个包的问题,在app.component.ts文件中加入如下就可以解决
set collapsed(value: boolean) {
this.isCollapsed = value;
}

但是后面build还是会
出现

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant