Is your question related to the free trail, or to a production (customer) instance?
Customer license
What are you trying to achieve? Please describe in detail.
Hi it’s Luca,
I don’t know how to persist an input field in an Angular component.
This is what i’ve done so far.
I created an empty project using: c8ycli new spike-componentscommunication cockpit
Then following this tutorial, I created a new component with the corresponding item in the navigator. The result looks like this:
Side note: I’m using this input to feed a widget with its value
My problem is that if I enter a value then refresh the page I lose what I inserted before. I need the value to be persisted in some way. Here it’s exaplaned how to persist a value within a widget/dashboard context but I think this is not the same case.