NGO-DB/ndb-core

View on GitHub
src/app/core/common-components/basic-autocomplete/custom-form-control.directive.ts

Summary

Maintainability
A
2 hrs
Test Coverage

CustomFormControlDirective has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

@Directive()
export abstract class CustomFormControlDirective<T>
  implements ControlValueAccessor, MatFormFieldControl<T>, OnDestroy, DoCheck
{
  static nextId = 0;

    There are no issues that match your filters.

    Category
    Status