bool onSubmit()

Source

bool onSubmit() {
  ngBeforeSubmit.add(form);
  ngSubmit.add(form);
  return false;
}