nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/webassembly/webassembly-playground/viz/grid/grid.component.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function ngOnChanges has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async ngOnChanges(changes) {
    const size = 40;
    const canvas = this.canvas.nativeElement;

    const context = canvas.getContext('2d');

    Function resolveFuncOrValueForItem has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      funcOfValue: any,
      item,
      index,
      vizConfig,
      test,

      There are no issues that match your filters.

      Category
      Status