RomainMarecat/slate

View on GitHub
src/shared/product/product-add/product-form/product-form.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function createForm has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

createForm() {
this.formDetail = new FormGroup({
name: new FormControl('', [
Validators.required,
Validators.minLength(1),
    Category
    Status