1
0

Merge branch 'feature-context-help-7.4' into w2p-97732_feature-context-help-service

This commit is contained in:
Koen Pauwels
2023-01-16 11:16:41 +01:00
9 changed files with 42 additions and 45 deletions

View File

@@ -2,10 +2,8 @@ import {
ComponentFactoryResolver,
ComponentRef,
Directive,
ElementRef,
Input,
OnChanges,
OnInit,
TemplateRef,
ViewContainerRef,
OnDestroy
@@ -47,7 +45,7 @@ export class ContextHelpDirective implements OnChanges, OnDestroy {
private viewContainerRef: ViewContainerRef,
private componentFactoryResolver: ComponentFactoryResolver,
private contextHelpService: ContextHelpService
){}
) {}
ngOnChanges() {
this.clearMostRecentId();