Within my Angular project, there are several input elements in the HTML file that are not enclosed within a form tag.
I am looking to create a function in the TypeScript file that will clear all of these inputs.
I attempted to utilize ViewChild, but it appears that ViewChild requires unique references.
The framework I am working with is Angular 10.