[ACS-8706] split context menu to allow injecting actions (#4203)

* ACS-8706 split context menu to allow injecting actions

* ACS-8706 fix class naming, add context menu components unit tests

* ACS-8706 add context menu service, effects and directive unit tests

* ACS-8706 review remarks - redundant condition, directive unit tests

* ACS-8706 improve unit testing approach, remove unnecessary class attributes

* ACS-8706 documentation

* ACS-8706 fix sonar issues

* ACS-8706 replace takeUntil with takeUntilDestroyed

* ACS-8706 fix sonar lint issue

* ACS-8706 change incorrect import path
This commit is contained in:
Grzegorz Jaśkowski
2024-11-08 08:26:33 +01:00
committed by GitHub
parent 38e667b334
commit 71764b09e2
18 changed files with 642 additions and 95 deletions

View File

@@ -26,3 +26,4 @@ This application simplifies the complexity of Content Management and provides co
- [Search results](/features/search-results)
- [Search forms](/features/search-forms)
- [Application Hook](/extending/application-hook)
- [Context Menu actions](context-menu-actions)