nycJSorg/angular-presentation

View on GitHub
libs/code-demos/src/lib/multitab-editor/multitab-editor.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  generateModels() {
    const textModels = Object.entries(this.code).filter(
      ([path, code]) => typeof code === 'string'
    );

    There are no issues that match your filters.

    Category
    Status