ng-turkey/ngx-validate

View on GitHub
src/app/app.component.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function constructor has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

  constructor(private fb: UntypedFormBuilder) {
    this.form = this.fb.group({
      credentials: this.fb.group(
        {
          username: [
Severity: Minor
Found in src/app/app.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status