Please open a library api clicking on a link in the following table:
aoc-client is the angular library.
aoc-server is the node.js library.
aoc-common is a collection of functions, classes, and interfaces for client and server.
Here you have the list of required package versions for every aoc-dev release:
| aoc-dev | angular | node.js | mikro-orm | postgresql | 
|---|
|  1.0  |  >=16.0.0  |  >=20  |  ^6.0.0  |  >=11  | 
|  1.4  |  >=17.0.0  |  >=20  |  ^6.0.0  |  >=11  | 
|  latest  |  >=17.0.0  |  >=20  |  ^6.0.0  |  >=11  | 
API documentation has been autogenerated using Compodoc.
Changelog
v1.6.0 released on 05/03/2025
- aoc-server: Fix, apply payloadFilter to offset search
 - aoc-server: Fix date handling in spreadsheets
 - aoc-server: Ajust spreadsheets dates to local time
 
v1.5.0 released on 01/03/2025
- aoc-client: Make aoc error interceptor usage optional
 - aoc-client: Expose user menu to applications
 - aoc-client: Honor ckeditor injected config
 
v1.4.0 released on 02/01/2025
- aoc-client: Update to angular 17
 - aoc-client: Add borders to aoc ui table when has AocUiFormRowElement or aocUiFormField directive
 - aoc-client: Wait grid field patches before saving with on edit complete
 - aoc-client: Avoid tall overlay menus go offscreen if possible
 - aoc-server: Avoid unnecessary check with erroneous behavior
 - aoc-server: Make report endpoints both get and post
 
v1.3.0 released on 20/09/2024
- aoc-client: Rename modelChange input fields in grid field (modelChangeEventFiring, modelChangeFireInvalidValues)
 - aoc-client: Make stretch and fixed height work in fieldset (using AocUiFormRowHeight directive on it)
 - aoc-cli: Use a better default type for json columns
 - aoc: Add control and message for invalid sessions
 
v1.2.0 released on 16/09/2024
- aoc-server: Add app level session token handler
 - aoc-client: Add drag and drop to aoc-grid-field component
 - aoc-client: Add standalone support
 - aoc-client: Add form control policy to emit model change event
 - aoc: Add control and message for invalid sessions
 
v1.1.1 released on 07/08/2024
- aoc-client: Remove unnecessary directive AocDynFormGroup
 
v1.1.0 released on 06/08/2024
- aoc-client: Make aocUiLogger directive on a component enable logging for that specific component only, excluding children
 - aoc-server: Export AocMikroEntityManager class
 
v1.0.0 released on 05/08/2024