Joe Skeen
Joe Skeen
@EvanZhouDev I took where you left off and took a stab at donut-ifying the SVG, and I'm very very close... but it currently outputs something that looks like a cryptid....
I finally got it working! (I've updated my gist) A total of 1.2 million characters, 824 lines of SVG, and it works!  Here's the closest thing...
I didn't want to push to your branch in case you had a better solution already
Also included in my gist is the NodeJS file I used to generate both the SVG and put it into donut shape. I'm not gonna lie, this has shaken my...
This weekend I took a few hours to get started on this one. I created a _very_ quick-and-dirty version of what I'd like to accomplish.  This is what it's...
Great idea! I'll have to try it out!
Are you using `schemas: [NO_ERRORS_SCHEMA]`? I got this when declaring a standalone component without including that line in the Component declaration.
I ran into this today when trying to deploy a change to an app I'm working on. My `package.json` referenced thus: ```json "dependencies": { "pm2": "^5.4.0" } ``` So when...
@ddn488 Please share the errors you are getting. FYI I have created a StackBlitz example with ng2-dragula working with Angular 17: Edit: I have also created a StackBlitz example with...
@akhil02hero but if you make the `RootComponent` standalone, you get the error I referenced earlier: > `RootComponent class is a standalone component, which can not be used in the @NgModule.bootstrap...