mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Renamed form.reducers.ts to form.reducer.ts
Created custom sass variable Removed use of instanceof operator
This commit is contained in:
@@ -24,7 +24,7 @@ import { Subscription } from 'rxjs/Subscription';
|
||||
import { hasValue, isNotEmpty, isNotNull, isNull } from '../empty.util';
|
||||
import { FormService } from './form.service';
|
||||
import { formObjectFromIdSelector } from './selectors';
|
||||
import { FormEntry, FormError } from './form.reducers';
|
||||
import { FormEntry, FormError } from './form.reducer';
|
||||
import { isEmpty } from 'lodash';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user