Type
MatSubmitButtonField
@ng-forge/dynamic-forms-material
Specific button field types with preconfigured events
Submit button field - automatically disabled when form is invalid
Signature
type MatSubmitButtonField = Omit<MatButtonField<SubmitEvent>, 'event' | 'type' | 'eventArgs'> & {
type: 'submit';
};packages/dynamic-forms-material/src/lib/fields/button/mat-button.type.ts:29