Upgrade "ng2-alfresco-core"

This commit is contained in:
Denys Vuika
2016-06-13 16:35:01 +01:00
parent 8683e1c950
commit 2ab2b5bbb0
12 changed files with 35 additions and 30 deletions

View File

@@ -15,9 +15,9 @@
* limitations under the License.
*/
import { Injectable } from 'angular2/core';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs/Rx';
import { Http, Headers, Response } from 'angular2/http';
import { Http, Headers, Response } from '@angular/http';
import { AlfrescoSettingsService } from './AlfrescoSettingsService.service';
declare let AlfrescoApi: any;