mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Merge pull request #948 from Alfresco/dev-eromano-FixBuild
rename import alfresco api document list
This commit is contained in:
commit
e20418ea4a
@ -18,7 +18,7 @@
|
|||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { Response } from '@angular/http';
|
import { Response } from '@angular/http';
|
||||||
import { Observable } from 'rxjs/Rx';
|
import { Observable } from 'rxjs/Rx';
|
||||||
import { AlfrescoJsApi, NodePaging, MinimalNodeEntity } from 'alfresco-js-api';
|
import { AlfrescoApi, NodePaging, MinimalNodeEntity } from 'alfresco-js-api';
|
||||||
import {
|
import {
|
||||||
AlfrescoAuthenticationService,
|
AlfrescoAuthenticationService,
|
||||||
AlfrescoContentService
|
AlfrescoContentService
|
||||||
@ -61,7 +61,7 @@ export class DocumentListService {
|
|||||||
constructor(private authService: AlfrescoAuthenticationService, private contentService: AlfrescoContentService) {
|
constructor(private authService: AlfrescoAuthenticationService, private contentService: AlfrescoContentService) {
|
||||||
}
|
}
|
||||||
|
|
||||||
private getAlfrescoApi(): AlfrescoJsApi {
|
private getAlfrescoApi(): AlfrescoApi {
|
||||||
return this.authService.getAlfrescoApi();
|
return this.authService.getAlfrescoApi();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user