This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 10, 2023
-
-
jojohoch authored
- Use own StateVariableStateService which uses the same new base class as UnitStateService
-
- May 21, 2022
-
-
jojohoch authored
-
- May 20, 2022
-
-
jojohoch authored
-
- May 18, 2022
- May 12, 2022
-
-
jojohoch authored
-
- May 06, 2022
- Apr 22, 2022
-
-
jojohoch authored
- add unit-definition-menu module - add verona module and move verona services and verona interfaces to it to make them available in different modules - move the distinction of different page types to app component to make them available for unitDefinitionMenu component
-
- Mar 18, 2022
-
-
jojohoch authored
Move KeyInputModule to the modules subfolder Create template file for AppComponent
-
- Mar 01, 2022
-
-
jojohoch authored
- Reimplement UnitStateComponent as central point to send the collected information - Implement ValidationService to determine the responseStatus of all forms
-
- Feb 28, 2022
-
-
jojohoch authored
-
- Feb 09, 2022
-
-
rhenck authored
This is done according to the Angular best practices and minimizes namespace collisions when using other packages which might use the same selectors. Technically the selectors are not even becessary since we use an Angular component factory to create element components but it is still useful for the DOM element naming, for debugging purposes for example.
-
- Oct 06, 2021
-
-
jojohoch authored
* Take over tasks of `UnitStateComponent` * Manage property `unitStateElementCode` * Removing the passing of the property `unitStateElementCode` by the components
-
- Oct 04, 2021
-
-
jojohoch authored
* `UnitState.dataparts` has property `elementCodes` property, which stores status, value and id for FormElement * When building a unit, the stored value is assigned to the element when it is initiated * Removed `UnitState.dataparts.pages` * Removed methods initPages and addStoredValues
-
- Sep 02, 2021
-
-
jojohoch authored
-