Skip to content

Refactor: remove usage of private Angular signal primitives #158

@vs-borodin

Description

@vs-borodin

Description:

  • Currently, some parts of the library API rely on private APIs from @angular/core/primitives/signals
  • These APIs are not stable and may break between Angular versions
  • This creates maintenance risks and limits compatibility

Goal:

  • Replace private primitives with public Angular APIs or internal abstractions
  • Ensure compatibility with future Angular versions
  • Keep public API unchanged (if possible)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions