[AAE-10499] feat: create angular based custom http client for alfresco js api (#7800)

This commit is contained in:
Mikołaj Serwicki
2022-10-10 11:44:04 +02:00
committed by GitHub
parent f19c21fd24
commit 0e5f6372da
14 changed files with 953 additions and 82 deletions

View File

@@ -19,3 +19,4 @@ export * from './api-client.factory';
export * from './api-clients.service';
export * from './clients';
export * from './types';
export * from './alfresco-api/alfresco-api.http-client';