Loading
Commits on Source 13
-
Merzough Münker authored
Replaced structural directives with control flow syntax (`@if`, `@for`). Improved URL matching logic in the navigation item component and added `console.log` for debugging purposes. Updated stylesheet class in navigation links to include `text-black`.
-
Merzough Münker authored
- @rxap/layout@19.1.1-dev.1
-
Merzough Münker authored
Introduced `toSignal` for tracking `executionsInProgress` and a computed property `executing` to indicate active execution state. Refactored `call` method to ensure proper decrement of executions in progress with a `try-finally` block.
-
Merzough Münker authored
- @rxap/remote-method@19.1.0-dev.0
-
Merzough Münker authored
Added an optional `defaultParameters` argument to `ProvideMethodWithParametersMock`. Ensures the method uses `defaultParameters` when no parameters are provided, preventing errors.
-
Merzough Münker authored
Updated tests to use `runInInjectionContext` instead of directly instantiating `OpenApiRemoteMethod` to ensure Angular's dependency injection context is correctly utilized.
-
Merzough Münker authored
- @rxap/open-api@19.2.0-dev.0
-
Merzough Münker authored
Introduced a `load` method to encapsulate loading logic for better code reuse and readability. Updated `ngOnChanges` to leverage the new method.
-
Merzough Münker authored
- @rxap/form-system@19.0.5-dev.0
-
Merzough Münker authored
Allows referencing the directive instance in templates using the `rxapOptionsFromMethod` export.
-
Merzough Münker authored
- @rxap/form-system@19.1.0-dev.0
-
Merzough Münker authored
Ensure proper update of control IDs when a new control is inserted and `_controlInsertedFn` has not yet added it to the form array. Prevents incorrect indexing in specific scenarios.
-
Merzough Münker authored
- @rxap/forms@19.1.0-dev.3