Skip to content

Commit

Permalink
fix(akita-mat-data-source): fix akita mat datasource compile
Browse files Browse the repository at this point in the history
  • Loading branch information
manudss committed Jan 28, 2021
1 parent 741b4f9 commit ab1e09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {MatSort, Sort} from '@angular/material/sort';
import { MatPaginator, PageEvent } from '@angular/material/paginator';
// @ts-ignore
import {AkitaFilter, AkitaFiltersPlugin} from 'akita-filters-plugin';
import {WithServerOptions} from '../../../akita-filters-plugin/src/lib';
import {WithServerOptions} from 'akita-filters-plugin';

export interface DataSourceWithServerOptions {
searchFilterId?: string;
Expand Down

0 comments on commit ab1e09a

Please sign in to comment.