graycoreio/daffodil

View on GitHub
libs/design/toast/src/service/toast.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  open(
      toast: DaffToastData,
      configuration?: Partial<DaffToastConfiguration>,
  ): DaffToast {
    if(this._parentToast && this.options.useParent) {
Severity: Minor
Found in libs/design/toast/src/service/toast.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status