deleted notifs components
This commit is contained in:
@@ -7,7 +7,7 @@ import {NzInputDirective} from "ng-zorro-antd/input";
|
||||
import {GetDelivererDto, GetPurchaseProductDto} from "../../services/api";
|
||||
|
||||
@Component({
|
||||
selector: 'app-quantity-form',
|
||||
selector: 'app-quantity-form',
|
||||
imports: [
|
||||
FormsModule,
|
||||
NzColDirective,
|
||||
@@ -19,15 +19,16 @@ import {GetDelivererDto, GetPurchaseProductDto} from "../../services/api";
|
||||
NzInputDirective,
|
||||
ReactiveFormsModule
|
||||
],
|
||||
templateUrl: './quantity-form.html',
|
||||
styleUrl: './quantity-form.css',
|
||||
templateUrl: './quantity-form.html',
|
||||
styleUrl: './quantity-form.css',
|
||||
})
|
||||
export class QuantityForm {
|
||||
quantityForm: FormGroup = new FormGroup({
|
||||
quantity: new FormControl<number>(null, [Validators.required])
|
||||
})
|
||||
|
||||
quantity= input<GetPurchaseProductDto>();
|
||||
quantity = input<GetPurchaseProductDto>();
|
||||
|
||||
constructor() {
|
||||
effect(() => {
|
||||
if (this.quantity()) {
|
||||
|
||||
Reference in New Issue
Block a user