Đức An

Results 45 comments of Đức An

@clauderic I wonder we have any workaround for this case?

I'm done this by dynamic component workaround ``` const componentFactory = this.componentFactoryResolver.resolveComponentFactory(ContextMenuComponent) const viewContainerRef = this.contextMenuHost viewContainerRef.clear() const componentRef = viewContainerRef.createComponent(componentFactory) componentRef.instance.account = account componentRef.instance.ready$.subscribe(() => { this.nzContextMenuService.create($event, componentRef.instance.menu) })...

nice PR, I'm waiting for merge!

> @quaj Have you tested it out? I was using it my app but I haven;t been working on it lately. not yet, but i thinks need some refactor

I get this file randomly and need to remove it by hand, quite annoying 😅

I have this issue too, quite weird behavior. My browser is Chromium. Wanting a workaround for this, anyone knows? 🙇‍♂️

I have exactly the same issue when follow the instructions from chrome-extension readme Already patch `{"allowed_origins": ["chrome-extension://hffncgjlomhcifdgaagggiemefokmpnp"]}` to project More context: I'm running in content scripts, not sure if it's...

Oh it seems easier than I think I think I'll pick this as a workaround, but not sure if it gets any weird issue...