mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
resolve conflict on missing IpV4Validator
This commit is contained in:
@@ -297,6 +297,7 @@ import {
|
|||||||
import {
|
import {
|
||||||
TabulatableResultListElementsComponent
|
TabulatableResultListElementsComponent
|
||||||
} from './object-list/search-result-list-element/tabulatable-search-result/tabulatable-result-list-elements.component';
|
} from './object-list/search-result-list-element/tabulatable-search-result/tabulatable-result-list-elements.component';
|
||||||
|
import { IpV4Validator } from "./utils/ipV4.validator";
|
||||||
|
|
||||||
const MODULES = [
|
const MODULES = [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
@@ -513,6 +514,7 @@ const DIRECTIVES = [
|
|||||||
MetadataFieldValidator,
|
MetadataFieldValidator,
|
||||||
HoverClassDirective,
|
HoverClassDirective,
|
||||||
ContextHelpDirective,
|
ContextHelpDirective,
|
||||||
|
IpV4Validator
|
||||||
];
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
Reference in New Issue
Block a user