Upgrade Search to angular 2.0.0-rc.1

This commit is contained in:
Denys Vuika
2016-06-14 10:24:06 +01:00
parent b97d5d0e22
commit 91cb3bf906
14 changed files with 146 additions and 94 deletions

View File

@@ -15,7 +15,15 @@
* limitations under the License.
*/
import { Component, ElementRef, EventEmitter, Input, OnChanges, Output, Renderer } from 'angular2/core';
import {
Component,
ElementRef,
EventEmitter,
Input,
OnChanges,
Output,
Renderer
} from '@angular/core';
import { AlfrescoService } from './../services/alfresco.service';
import { AlfrescoPipeTranslate, AlfrescoTranslationService } from 'ng2-alfresco-core/dist/ng2-alfresco-core';