AAE 22837 Move confirm to core (#9750)

* confirm dialog is used in many places and should be part of the core

* fix

* Update confirm.dialog.spec.ts

* Update public-api.ts
This commit is contained in:
Eugenio Romano
2024-06-09 01:14:20 +02:00
committed by VitoAlbano
parent 1651fe9d5e
commit da1f4c4f27
49 changed files with 153 additions and 115 deletions

View File

@@ -442,7 +442,7 @@ backend services have been tested with each released version of ADF.
<!--v230 start-->
- [Comment content service](core/services/comment-content.service.md)
- [Confirm dialog](content-services/dialogs/confirm.dialog.md)
- [Confirm dialog](core/dialogs/confirm.dialog.md)
- [Content node share directive](content-services/directives/content-node-share.directive.md)
- [Custom resources service](content-services/services/custom-resources.service.md)
- [Inherited button directive](content-services/directives/inherited-button.directive.md)