mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [MIGRATION] - Angular 18 * [ci:force][MIGRATION] - fixed Apollo new import * [MIGRATION] - rebased to lastest * [MIGRATION] - updated style to use still material 2 and postpone material migration * [AAE-32974] - sync lock with version 8 * [AAE-33014] - Fixed m2 material issue * Rebased to latest * Rebased to latest * [ACS-9159] Upgraded node version (#10782) * [MIGRATION] - Added missing package * [MIGRATION] - check if hte module mapping hide the warning * [MIGRATION] - Readded wrongly removed package * Upgrade TS --------- Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Co-authored-by: DominikIwanek <dominik.iwanek@hyland.com>
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