Upgrade to ADF 2.0.0-beta2 (#65)

* upgrade to 2.0.0-beta2

* search fixes

* test fixes

* test fixes

* cleanup CLI config

* remove unused property
This commit is contained in:
Denys Vuika
2017-11-20 16:23:23 +00:00
committed by Cilibiu Bogdan
parent 54b4a8193b
commit 89fb92d1d9
59 changed files with 920 additions and 576 deletions

View File

@@ -17,7 +17,7 @@
import { Directive, HostListener, Input } from '@angular/core';
import { TranslationService, NodesApiService, NotificationService } from 'ng2-alfresco-core';
import { TranslationService, NodesApiService, NotificationService } from '@alfresco/adf-core';
import { MinimalNodeEntity } from 'alfresco-js-api';
import { Observable } from 'rxjs/Rx';