The Wayback Machine - https://web.archive.org/web/20260113225650/https://angular.dev/api/forms/FormSubmittedEvent
    • Overview
@angular/forms

FormSubmittedEvent

Class
stable

Event fired when a form is submitted

API

    
      class FormSubmittedEvent extends ControlEvent {  constructor(source: AbstractControl<any, any, any>): FormSubmittedEvent;  readonly override source: AbstractControl<any, any, any>;}
    
    

constructor

FormSubmittedEvent
@paramsourceAbstractControl<any, any, any>

source

AbstractControl<any, any, any>
Jump to details
HTTPS · web.archive.org
← Home