1
0

97732 Tests for ContextHelpService

This commit is contained in:
Koen Pauwels
2023-01-13 12:28:41 +01:00
parent cad4f74173
commit f7787d74bc
2 changed files with 63 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ export class ContextHelpDirective implements OnChanges, OnDestroy {
= this.componentFactoryResolver.resolveComponentFactory(ContextHelpWrapperComponent);
this.wrapper = this.viewContainerRef.createComponent(factory);
}
console.log(this.templateRef);
this.wrapper.instance.templateRef = this.templateRef;
this.wrapper.instance.content = this.dsContextHelp.content;
this.wrapper.instance.id = this.dsContextHelp.id;