rvalenciano/ngx-cron-jobs

View on GitHub
src/app/lib/cron-jobs/cron-jobs.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit() {
    this.baseFrequency$ = this.cronJobsForm.get('baseFrequency')
      .valueChanges
      .takeUntil(this.unSubscribe)
      .map(v => +v)
Severity: Minor
Found in src/app/lib/cron-jobs/cron-jobs.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status