added is(Not)Null and Undefined methods to empty.util because they're deprecated in the node core

This commit is contained in:
Art Lowel
2017-08-10 15:50:58 +02:00
parent c3db74d06e
commit ebcc38f6b6
4 changed files with 241 additions and 8 deletions

View File

@@ -24,8 +24,6 @@ import { SortDirection, SortOptions } from '../../core/cache/models/sort-options
import { hasValue } from '../empty.util';
import { PageInfo } from '../../core/shared/page-info.model';
import { isUndefined } from 'util';
import { Store } from '@ngrx/store';
import { ObjectCacheState } from '../../core/cache/object-cache.reducer';
/**
* The default pagination controls component.