mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
intermediate commit
This commit is contained in:
@@ -11,15 +11,14 @@ import {
|
||||
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
|
||||
import { Subscription , Observable } from 'rxjs';
|
||||
import { isNumeric } from 'rxjs/util';
|
||||
|
||||
import { Subscription, Observable } from 'rxjs';
|
||||
import { HostWindowService } from '../host-window.service';
|
||||
import { HostWindowState } from '../host-window.reducer';
|
||||
import { PaginationComponentOptions } from './pagination-component-options.model';
|
||||
import { SortDirection, SortOptions } from '../../core/cache/models/sort-options.model';
|
||||
import { hasValue, isNotEmpty } from '../empty.util';
|
||||
import { PageInfo } from '../../core/shared/page-info.model';
|
||||
import { isNumeric } from 'tslint';
|
||||
|
||||
/**
|
||||
* The default pagination controls component.
|
||||
|
Reference in New Issue
Block a user