Innqube/iq-bootstrap-table

View on GitHub
src/app/component-wrapper/src/app/table-state.service.ts

Summary

Maintainability
A
0 mins
Test Coverage
import {Injectable} from '@angular/core';
import {TableState} from './table-state';

@Injectable()
export class TableStateService {

    state: TableState[] = [];

}