ContentSavedNotification in angular
a
is it possible to listen if the content is saved via a content app / property editor?
We found a solution eventsService.on("editorState.changed", function (event) { });
7 Views