Chris Strolia-Davis
Chris Strolia-Davis
Perhaps the tutorial should be updated to reflect this.
So, the way you can do it is something like this (note the additional css div and the sibling selector in the CSS): ``` import { component$, Slot, useStyles$ }...
Yeah, would be helpful if there were a way to check if the "slot" were empty using script or something. I'm a bit too busy to look into this in...
It looks like ejs should have async support if you add `async: true` to the render options. What that looks like I'm not quite clear. In any case, I'm already...
Okay, in case anyone else is looking for this, I found an excellent workaround that already exists in hygen depending on what you need to do. Create a generator and...
@rameshjanjyam TBH, I've moved on to a different scaffolding tool. I'm currently using `plop` mostly because that uses handlebars syntax, which is already a syntax being used in the project...
+1, for me, too. I use WebStorm and it would slow me down greatly to have to leave my IDE to use the terminal. I simply won't use this as...
That's "something", but TBH, it's not much different than creating a hotkey in your platform of choice (Mac, Windows, etc). Opening in a separate window means I'm still constantly switching....