OwenKelvin/Angular-School-Management-System

View on GitHub
src/app/shared/services/message/message.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function get has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get(key: string): IMessage {
    switch (key) {
      case 'ERROR':
        return {
          type: 'error',
Severity: Minor
Found in src/app/shared/services/message/message.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status