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 |
latest | >=16.0.0 | >=20 | ^6.0.0 | >=11 |
API documentation has been autogenerated using Compodoc.
Changelog
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