Consider joining the newsletter: mobirony.ck.page/4a331b9076
@justfizzbuzz6 ай бұрын
This is very timely, as I was just finishing my Electron app this week. One cumbersome task is syncing the types of the IPC handler with preload.ts and the service called from the component. It never crossed my mind to modify the Window type as seen in this video 😅 what I ended up doing was creating an Nx generator that generates main.preload.ts using ts-morph to inspect IPC controller classes. However, I had to run it every time I updated the IPC handlers.
@sickboy17766 ай бұрын
Thank you for your time and effort Joshua, this was a great help to understand what electron can do!
@koz6 ай бұрын
I've had to build a few desktop apps - for media/downloads/syncing/decryption/sd-card management/etc. for the in-store music and radio industry. mac/win/linux. Doing it all through Electron, but the underlying UI and logic being all Angular was great. I do the same with Angular and Capacitor for mobile apps. (When it comes to tvOS for AppleTV, I use React Native tvOS). Calling it a "jailbreak" is a nice way to put it.
@StephenMoreira6 ай бұрын
Very cool. It's been on my list to get into.
@amh736 ай бұрын
Can you make a video about how to structure a desktop app using electron with an "internal" backend thats starts when starting the desktop app "inside" the app. Thanks
@muthuvalli3336 ай бұрын
Hello can you give some coupon for extend purchase of your angular start course please
@filipefreire65176 ай бұрын
i Extend WINDOW DI class from angular so i can do unit tests and don't have problems with window not found in tests
@anandu066 ай бұрын
@JoshuaMorony please post u r course in udemy
@JoshuaMorony6 ай бұрын
I only self host my courses (no intent atm to change that)
@Ignas1506 ай бұрын
What is this nvim theme, looks absolutely stunning 😳
@JoshuaMorony6 ай бұрын
It's tokyodark
@avimalka53626 ай бұрын
Would be very nice if you can show the cleanest way to access exposed electron API from angular code