graycoreio/daffodil

View on GitHub
libs/design/toast/src/toast/toast-template.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function slideAnimation has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get slideAnimation(): any {
    switch (this.toastPosition.config.horizontal + '-' + this.toastPosition.config.vertical) {
      case 'left-top':
      case 'left-bottom':
        return {
Severity: Minor
Found in libs/design/toast/src/toast/toast-template.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status