Can you explain the usage of ngModel without brackets and parentheses in Angular?
<input name="name" ngModel>
I am familiar with [ngModel] for one-way binding and [(ngModel)] for two-way binding, but I am unsure what it means when ngModel is written without any brackets or parentheses. Can you clarify this concept for me?