You may be familiar with using [(ngModel)] to set up two way data binding between inputs in your templates, and variables in your class definition. For example you might have an input field like this: and then in your class definition you could access that value through: In this tutorial we are going to look […]
↧