src/shared/product/product-add/product-form/product-form.component.ts
Showing 1 of 1 total issue
Function createForm
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
createForm() { this.formDetail = new FormGroup({ name: new FormControl('', [ Validators.required, Validators.minLength(1),