Open stemyke opened 4 months ago
Could I take a look at your repository for reference? I would really appreciate it.
@wh131462 I dont have a public repository for this, but I can send you some files.
Apart from this the only files I modified are package.json and electron.vite.config.ts as I previously mentioned.
If you look closely there is no need for angular.json or something like in general Angular web apps.
@wh131462 I dont have a public repository for this, but I can send you some files.
Apart from this the only files I modified are package.json and electron.vite.config.ts as I previously mentioned.
If you look closely there is no need for angular.json or something like in general Angular web apps.
Thanks!
Clear and concise description of the problem
Hello!
I successfully integrated Angular to electron-vite using the plugin: "@analogjs/vite-plugin-angular": "1.6.1"
How can I contribute to create a quick start template for it for people who would want to use Angular like myself?
Suggested solution
These are the needed dependencies for build:
Based on the react example I only modified the electron.vite.config.ts file a little:
I renamed main.tsx to main.ts of course and in main.ts we could use any angular based code for example:
Alternative
No response
Additional context
No response
Validations