generated from nhcarrigan/template
309a20f694
Renamed @Output() properties in all form components from 'save' and 'cancel' to 'formSubmit' and 'formCancel' to resolve ESLint rule @angular-eslint/no-output-native which prohibits output bindings named after standard DOM events. Updated all template bindings in detail components and admin suggestions to use the new output names. - Renamed save → formSubmit in all 6 form components - Renamed cancel → formCancel in all 6 form components - Updated bindings in 6 detail components - Updated bindings in admin suggestions component