When creating an app in Radzen is it possible to run the client portion in Electron to distribute
them as executables ?
              
              
              1 Like
            
            
          Hi @cmhdev,
While this isn't provided out of the box it should be possible to package the angular app in Electron. We are currently testing and will describe the process tomorrow.
              
              
              2 Likes
            
            
          We published a new blog post which shows the required steps: https://www.radzen.com/blog/desktop-angular-application-radzen/
              
              
              1 Like
            
            
          Thank you for putting that together. I am going to try it right away!
That worked great! Only thing I had to do different was to do a npm clean before doing the first npm install.. Thanks korchev!