iurynogueira/ion

View on GitHub
projects/ion/src/lib/modal/modal.service.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function open has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  open(
    component: Type<unknown>,
    configuration?: IonModalConfiguration
  ): Observable<IonModalResponse | unknown> {
    const modal = this.componentFactoryResolver
Severity: Minor
Found in projects/ion/src/lib/modal/modal.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status