solved merge issues

This commit is contained in:
Lotte Hofstede
2017-11-08 16:26:36 +01:00
parent 1ff29621af
commit 57c525d178
2 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
import { ChangeDetectionStrategy, Component, OnDestroy, OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { Observable } from 'rxjs/Observable';
import { SortOptions } from '../core/cache/models/sort-options.model';
import { CommunityDataService } from '../core/data/community-data.service';
import { RemoteData } from '../core/data/remote-data';

View File

@@ -67,9 +67,6 @@ const COMPONENTS = [
ViewModeSwitchComponent
];
const DIRECTIVES = [
];
const ENTRY_COMPONENTS = [
// put shared entry components (components that are created dynamically) here
CollectionListElementComponent,