SorooshGb

Results 6 comments of SorooshGb

Hi, you need to specify the type of the component as the key in the exports object like this: export default { imagedraw: ImageDrawComponent, Header: HeaderComponent, };

I hope I correctly understand what you're trying to do. Try this instead: `this.component.html = innerElement`

Yes I have the same problem even with the latest versions

If you clear the search params, you still need a `router.refresh()` or `router.replace()`, which forces an unnecessary server + client re-render. And doesn't even solve anything, the real issue is...

Just yesterday I hit another unintended and unexpected issue. Here’s a simplified example: Imagine you have a `/new-product` page that displays a form for creating a new product. You submit...