Joerg Krause
Joerg Krause
Probably Babel is not an option. I used TypeScript and got a working installation. 1. Install Wix Toolkit as mentioned in docs 2. Add path as mentioned by @MillerLoren 3....
Hi, creating the resource library requires C++. It works without, though, but you need to manually remove the references. The resource are required only for glyphs (pictures that show the...
I have solved this by replacing the way the JavaScript is bundled. It works in all combinations of Blazorise and Monaco. > Advantage: Full control of code and can be...
I tried it and it seems to work. I added it to the book examples here: _https://github.com/joergkrause/webcomponent-book/tree/master/src/examples/chapter9/smart_ The type doesn't matter, as it's not relevant and runtime. If the compiler...
Thanks for digging into this. It's weird that I used Fluxor now whoch has a similar approach and don't see the effect there. I'm going to reach out to the...
Hello This project is for developers. You have to use Visual Studio and compile the app. Additionally, the project is just the editor component, and a demo of how to...
Not sure, but it might be that the file is there but the project file excludes it. Try option “show all files” in solution explorer and include the file. I’ll...