Local References in Angular comes handy when you just want to view and save the data of an HTML element from the template. Though there is two-way data binding which does the same, but we can also use Local References which can fetch directly from the component template and can be passed onto the component typescript class.
Read More