ngBeforeSubmit property

  1. @Output()
Stream<T> ngBeforeSubmit
inherited

An event that is fired before the main form submission event.

This is intended to be used to set form values or perform validation on submit instead of when a value changes.

Implementation

@Output()
Stream<T> get ngBeforeSubmit => _ngBeforeSubmit.stream;