arrow_back Back to list

{{ isEdit() ? 'Edit service' : 'New service' }}

Name @if (form.controls.name.touched && form.controls.name.invalid) { Name is required (min 2 characters). } Description @if (form.controls.description.touched && form.controls.description.invalid) { Description is required. }
Category @for (c of categories; track c) { {{ c }} }
Price (USD) @if (form.controls.price.touched && form.controls.price.invalid) { Price must be ≥ 0. }
Active
Cancel