ngSubmit property

  1. @Output.new()
Stream<AbstractControlGroup> get ngSubmit
inherited

An event fired with the user has triggered a form submission.

Implementation

@Output()
Stream<T> get ngSubmit => _ngSubmit.stream;