@Tazko wrote:
Hi,
I'm encountering an issue when I try to add a new contact in my app. For now, I'm just trying to reproduce the simple example in the documentation.
Then, when I want to try with
ionic emulate android
, compilation fail and I retrieve this errorLeft-hand side of assignment expression cannot be a constant or a read-only property.
When I look into the
Contact
' class, I notice that every properties are declared with the readonly keyword. Did I miss something? Is anybody encountering the same issue ? What should I do?Thanks in advance for your answer
Posts: 1
Participants: 1