cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/applications/application-delete/application-delete.component.ts

Summary

Maintainability
A
2 hrs
Test Coverage

File application-delete.component.ts has 288 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import { DatePipe } from '@angular/common';
import { Component } from '@angular/core';
import { Store } from '@ngrx/store';
import { combineLatest, Observable, ReplaySubject } from 'rxjs';
import { filter, first, map, pairwise, shareReplay, startWith, switchMap, tap } from 'rxjs/operators';

    There are no issues that match your filters.

    Category
    Status