mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
switched isUndefined usages to our built in version
This commit is contained in:
@@ -21,9 +21,8 @@ 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 } from '../empty.util';
|
||||
import { hasValue, isUndefined } from '../empty.util';
|
||||
import { PageInfo } from '../../core/shared/page-info.model';
|
||||
import { isUndefined } from 'util';
|
||||
|
||||
/**
|
||||
* The default pagination controls component.
|
||||
|
Reference in New Issue
Block a user