-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error of read-only property on Angular 11 #20
Comments
@ducthang310 Hello, it will be fixed in the next release. |
@ducthang310 Just created the release -v 1.3.0. The issue should be fixed. |
Resolved |
Thanks so much! Error: |
@ducthang310 ok. Will check, thank you for the feedback. |
@ducthang310 Fixed. Please check the latest version - v 1.3.1 |
Resolved |
Thanks so much! It's working well now. |
Hi,
I've got an error with
read-only
properties on angular 11:error TS2540: Cannot assign to 'isCodeHidden' because it is a read-only property. <code-input [isCodeHidden]="false"...
Could you pls check this?
Thanks so much!
The text was updated successfully, but these errors were encountered: