Asymmetrik/ngx-starter

View on GitHub
src/app/common/table/asy-table-data-source.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function constructor has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor(
        private loadPageFunc: LoadPageFunction<T>,
        public storageKey?: string,
        initialSort: SortChange = {} as SortChange,
        initialSearch = '',
Severity: Major
Found in src/app/common/table/asy-table-data-source.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status