Skip to main content

All Questions

0 votes
0 answers
18 views

Angular 14 and Electron js Outlook integration doesn't work after creadentials given

We have used @azure/msal-angular For outlook integration in our system. let result = await this.msalService .loginPopup({ scopes: [ 'user.read', 'Mail....
Henil Mehta's user avatar
0 votes
0 answers
64 views

Using IPC renderer in angular component

Im currently in the process of create an electron application using angular and hit a bit of a road block. The whole idea is that the user uses the electron app to input a "Name" and an &...
noob-on-rails's user avatar
0 votes
1 answer
266 views

Multi-window electron application using React/Angular

How can I implement a multi-window Electron application using React/Angular, where each window is powered by a separate HTML file? In typical React/Angular applications, the build process often ...
Sarath C Ani's user avatar
1 vote
1 answer
238 views

Electron error: ERR_FILE_NOT_FOUND after View Reload

I ran into a strange bug that I'm not sure how to fix. I'm using Angular 17 and Electron 28. Here is my configuration: win.loadFile( path.join(__dirname, "/dist/angular-electron/browser/index....
Noob's user avatar
  • 2,637
0 votes
1 answer
45 views

Why Shared service is not working with the components that do not have child parent relationship

I have elctron app with Angular frontend. You can think Electron as Chromium web browser, basically we are running our Angular app on Chromium web browser but in desktop window. In my app-component I'...
Parth Patel's user avatar
0 votes
2 answers
258 views

Implement an IDLE application screen saver in angular + electron

I would like to implement a 'screen saver' behaviour in my Angular application built with Electron when the application is idle for an amount of time (let's say for 10 seconds). So, if 10 seconds pass ...
NickAth's user avatar
  • 1,102
0 votes
0 answers
265 views

How to save a Large Blob(>2.5GB) to file in Angular?

I am fetching a file using HTTP get request. I am able to download large files(3GB or more) when I use 'responseType': 'blob' But I am unable to save this Blob to a file. Download Code: this.http.get(...
Abhigyan's user avatar
1 vote
0 answers
127 views

Creating Electron executable from Angular local web application

I've this problem: I wanted to create a desktop app with a executable file, but i can't do it right, whatever i try. I successfully created the executable with electron-packager, i builted the app ...
Federico Coscarella's user avatar
0 votes
0 answers
62 views

QueryselectorAll invalid CSS Selector in Electron, but working in Browser

I have a form with several columns with inputs. There are also empty columns and columns with only disabled inputs. So i want to get all columns with enabled inputs and ignore the rest. I use ...
neukoellnjenny's user avatar
2 votes
0 answers
488 views

chrome-remote-interface: CDP is not a function

In an electron project, I want to acces a running chrome instance in order to open some sites, that I cannot open via command line (i.e. chrome://inspect). I tested the code on my machine locally and ...
udgey98's user avatar
  • 21
0 votes
0 answers
237 views

How to enable/disable the caps lock or num lock key using nodejs or angular?

I want to handle the CapsLock and NumLock key using angular or node js. So is there any way to do that? I have tried the dispatchEvent but it does not working.
selenagomez's user avatar
0 votes
1 answer
154 views

Input value not updating after electron open folder dialog closes

I have this component which I attach to an input to stylize it the way I want. @Component({ selector: 'input[ui-input]', template: '', styleUrls: ['./input.component.scss'], }) export class ...
Get Off My Lawn's user avatar
0 votes
2 answers
335 views

Cannot pass MediaStreamConstraints object to getUserMedia method

I am making a desktop application with ElectronJs and Angualr 13. The application hasaand screen recording and sharing feature. The code below works on a simple electronJs application: let constraints ...
Haytham's user avatar
  • 854
0 votes
0 answers
188 views

How to create and electron project that runs a angular project in a window (desktop application)

I am currently building an electron/angular application. My block is that I do not know how to nest my electron app and my angular app together. at the moment, my angular application has no electron ...
user avatar
0 votes
1 answer
2k views

Electron - how to get an auth token from BrowserWindow to the main Electron App

I have an Angular Electron app that uses a BrowserWindow to log in using a third-party OpenID Connect Identity Provider. Additionally, I have my own Backend that implements the OpenID Connect standard....
Roman's user avatar
  • 3,111

15 30 50 per page
1
2 3 4 5
13