ng-turkey/ngx-context

View on GitHub
projects/ngx-context/src/lib/provider.component.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function init has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  private init() {
    setTimeout(() => {
      const THIS = this;
      const context = new Map();
      const provided = parseKeys(this.provide).filter(
Severity: Minor
Found in projects/ngx-context/src/lib/provider.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status