Practice questions
Let’s take a look at a few practice questions:
- Which class is responsible for creating a desktop window in Electron?
- How do we communicate between the main and renderer processes in Electron?
- Which flags enable the use of Node.js in the renderer process?
- How do we load Electron in an Angular application?
- Which interface do we use to interact with Electron in an Angular application?
- How do we pass data to the main Electron process from an Angular application?
- Which package do we use for filesystem manipulation in Electron?
- Which library do we use to package an Electron application?