Files
alfresco-ng2-components/lib/js-api
Michal Kinas bc41c33ba8 [ACS-11205] Add LazyApi decorator (#11711)
* [ACS-11205] Add LazyApi decorator

* [ACS-11205] Add unit tests and CR fixes

* [ACS-11259] Storybook build fix
2026-03-12 10:15:38 +01:00
..
2025-02-12 11:58:57 +00:00

Alfresco JavaScript API

JavaScript client API for the Alfresco REST API and Activiti REST API.

API clients documentation

Guides

Prerequisites

The minimal supported versions are:

Installing

Using NPM:

npm install @alfresco/js-api

Development

To run the build

npm run build

To run the test

npm run test