I have an Angular Reactive Form with an optional input. If the user enters nothing into the field and submits the field, the form sends '' (empty string) to the database. Is there a default Angular way to send 'null' to the database as the value of this field rather than an empty string (assuming there is no value entered in the field)?