switched isUndefined usages to our built in version

This commit is contained in:
Art Lowel
2017-08-10 15:58:23 +02:00
parent ebcc38f6b6
commit ef1ed028f7
2 changed files with 2 additions and 4 deletions

View File

@@ -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.