mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
8ef0aee76897581a4676a9eac6153a5eddcd8ad6
* Handles error messages with wrong JSON format Handles cases where the error message from the backend is not a valid JSON. If the message is not a valid JSON, it displays the error as a string. This prevents the application from crashing when receiving error messages with wrong JSON format. Fixes AAE-36869 * SonarCloud solution * Displays the error message from the response The error message is now extracted from the response body, providing more context when process start fails. This change ensures that the user sees the specific error message returned by the service when a process instance cannot be started, improving the user experience. * Refactors start process template to use `@if` blocks Migrates the start process component template from `*ngIf` directives to the new Angular `@if` syntax for improved readability and performance. This change enhances the structure and efficiency of conditional rendering within the template. * prettier
Alfresco Application Development Framework (ADF)
Introduction
See the introduction page in our documentation for an overview of ADF along with links to useful starting points.
Prerequisites
Node: 18.x
NPM: 9.x
Also, check out the tutorial: Creating your first ADF Application for full details on what you may need to install before using ADF.
See also
Components
You can find the sources for all ADF components in the lib
folder.
Libraries
ADF Libraries list:
Browser Support
All components are supported in the following browsers:
Browser | Version |
---|---|
Chrome | Latest |
Safari | Latest |
Firefox | Latest |
Edge | Latest |
Languages
TypeScript
90.5%
HTML
4.4%
SCSS
2.4%
JavaScript
1.6%
C
0.8%
Other
0.2%