mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1922] added prevent default onOutcomeClicked (#2678)
This commit is contained in:
@@ -33,7 +33,10 @@ export class FormComponent implements OnInit {
|
|||||||
form: FormModel;
|
form: FormModel;
|
||||||
|
|
||||||
constructor(@Inject(FormService) private formService: InMemoryFormService) {
|
constructor(@Inject(FormService) private formService: InMemoryFormService) {
|
||||||
|
formService.executeOutcome.subscribe(e => {
|
||||||
|
e.preventDefault();
|
||||||
|
console.log(e.outcome);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
Reference in New Issue
Block a user