Angular 7 Submit Event not being triggered.
Hello,
I am working on a Angular 7 Project. I downloaded the Angular Demo code https://formio.github.io/angular-demo and ran it locally.
In the renderer.component.html I added the (submit) event and in the renderer.component.ts I added a method onSubmit($event). The (change) event gets triggered but the (submit) event doesn't after clicking on the Submit button. Its the same case for (invalid). See below image for the simple change I made to test this bug.


Angular 7 Submit Event not being triggered.
Hello,
I am working on a Angular 7 Project. I downloaded the Angular Demo code https://formio.github.io/angular-demo and ran it locally.
In the
renderer.component.htmlI added the(submit)event and in therenderer.component.tsI added a methodonSubmit($event). The(change) event gets triggered but the(submit)event doesn't after clicking on the Submit button. Its the same case for(invalid). See below image for the simple change I made to test this bug.