forked from hazza/dspace-angular
97732 Tests for ContextHelpService
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user