Understanding the framework
You may say "Oh, another way to create a UI integrated with Alfresco" and you are not completely wrong. However, this new framework will simplify the decoupling between Alfresco and the custom interface that you want to develop. Finding people with the required skills to do Share application development may not be easy. This new framework will help large companies to build better solutions by asking Alfresco experts to develop the core of your ECM, and UI experts with Angular experience to focus only on the building of application.
Components
This new framework is composed of four major components:
The first component is the Alfresco JavaScript API. We know that developers spend a lot of time doing boilerplate code. The first main and basic example is to deal with authentication. To increase the efficiency of developers, Alfresco created a new JavaScript API not tied to any specific framework. You can use this API in any JavaScript-based application.
The next component...