Questions tagged [angular2-databinding]

55 questions
1
vote
2 answers

Angular - Uncaught Error: Cannot assign to a reference or variable

I have an Angular 8 app. app.component.html
But this is…
1
vote
2 answers

Angular 2+ One way data binding from view target to data source

In my angular application, I have a element that allows a user to set a description value. I want that value to be acceccable in the Data Source. I got this to work using 2-way data binding, as shown below: