You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Voila! You can use your Angular + Electron app in a local development environmen
57
57
58
58
The application code is managed by `main.ts`. In this sample, the app runs with a simple Angular App (http://localhost:4200) and an Electron window.
59
59
The Angular component contains an example of Electron and NodeJS native lib import.
60
-
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
60
+
You can disable "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
61
61
62
62
## Included Commands
63
63
@@ -75,7 +75,7 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool
75
75
76
76
## You want to use a specific lib (like rxjs) in electron main thread ?
77
77
78
-
You can to this! Just by importing your library in npm dependencies (not devDependencies) with `npm install --save`. It will be loaded by electron during build phase and added to the final package. Then use your library by importing it in `main.ts` file. Easy no ?
78
+
You can do this! Just by importing your library in npm dependencies (not devDependencies) with `npm install --save`. It will be loaded by electron during build phase and added to the final package. Then use your library by importing it in `main.ts` file. Easy no ?
0 commit comments