mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* AAE-30877 squash-merged improvement/AAE-30877-update-package-pdfjs-dist * AAE-30877 statically import pdf_viewer * AAE-30877 fix failing worker load * AAE-22975 attempt without excessive logs * AAE-22975 remove pdf_viewer from karma includes * AAE-22975 remove incorrect firstValueFrom * AAE-22975 await rendered event callback * AAE-22975 change pdf mock code * AAE-22975 change pdf mock code * AAE-22975 mock pdfjs-dist package in tests to improve performance * AAE-22975 fix pagesLoaded test * AAE-22975 fix insights tests * AAE-22975 un-focus pdf-viewer tests, remove logs * AAE-22975 add defer block * AAE-22975 add pdfjsLib injection token * AAE-22975 remove defer block * AAE-22975 change pdfjs import path * AAE-22975 change pdfjsviewer import path * AAE-22975 limit usage of direct PDFViewer * AAE-22975 cleanup
Alfresco JavaScript API
JavaScript client API for the Alfresco REST API and Activiti REST API.
API clients documentation
- Authentication Api
- Content Api
- Model Api
- Process Api (AAE)
- Search Api
- Governance Classification Api
- Governance Core Api
- Discovery Content API
Guides
- Authentication
- Calling Custom Endpoints
- Error Events
- ECM Examples, full docs: Content API
- BPM Examples, full docs: APS 2.X API
Prerequisites
The minimal supported versions are:
- Alfresco Platform Repository: version 5.2.a-EA or newer
- Activiti: 1.5
- Node.js (Long Term Support version)
Installing
Using NPM:
npm install @alfresco/js-api
Development
To run the build
npm run build
To run the test
npm run test