Skip to content
Snippets Groups Projects
Commit 4dc543ed authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Fix for ng2-pagination

parent 0e4544fa
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ import { isNumeric } from "rxjs/util/isNumeric";
import 'rxjs/add/operator/switchMap';
import { Store } from "@ngrx/store";
import { Observable } from "rxjs";
// It is necessary to use ng2-pagination
import { DEFAULT_TEMPLATE, DEFAULT_STYLES } from 'ng2-pagination/dist/template';
import { HostWindowState } from "../host-window.reducer";
import { PaginationOptions } from '../../core/cache/models/pagination-options.model';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment