[AE-11486] remove unused comment services and improve doc (#8092)

* remove unused comment services and improve doc

* fix after review

* fix unit test

* fix stories
This commit is contained in:
Eugenio Romano
2023-01-04 15:52:32 +01:00
committed by GitHub
parent aa37cad995
commit 6f6af8cd4e
20 changed files with 110 additions and 692 deletions

View File

@@ -15,7 +15,8 @@
* limitations under the License.
*/
import { CommentModel, CommentProcessService } from '@alfresco/adf-core';
import { CommentModel } from '@alfresco/adf-core';
import { CommentProcessService } from './services/comment-process.service';
import { Component, EventEmitter, Input, OnChanges, Output, SimpleChanges, OnDestroy, ViewEncapsulation } from '@angular/core';
import { Observable, Observer, Subject } from 'rxjs';
import { share, takeUntil } from 'rxjs/operators';