If u want to make form.submitted = true u need to use event
submitClicked(form: NgForm) { form.onSubmit(new Event('submit')); }