Dec 9, 2016 command electron ipc main menu renderer Electron AppSend Menu Command to Angular App TL;DR: In the main process use mainWindow.webContents.send('cmd') and in your Angular component (renderer process) bind it to a method