Upgrade document list to angular 2.0.0-rc.1

This commit is contained in:
Denys Vuika
2016-06-14 05:37:46 +01:00
parent 2ab2b5bbb0
commit fe9e8cdc43
22 changed files with 121 additions and 112 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import {Injectable} from 'angular2/core';
import {Injectable} from '@angular/core';
import {ContentActionHandler} from '../models/content-action.model';
import {AlfrescoService} from './alfresco.service';