Skip to content

Use PresentationService and CommentService for exchange between components

Instead of using EventService with PresentationEvent enum, provide and update presentation states in PresentationService.

Also use appropriate models to ensure type safety.

For providing an event for notify components when answers of a content has been deleted, use ContentService itself.

Use of EventService which uses EventEmitters only has been lead to timing issues like described in #1118 (closed).

Closes #1118 (closed)

Merge request reports