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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,9 @@ npm install -g @angular/cli
68
68
69
69
-**in a terminal window** -> npm start
70
70
71
-
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.
72
-
The Angular component contains an example of Electron and NodeJS native lib import.
71
+
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 whitch can edit data in database.
72
+
The Angular component contains an example of Electron, TypeORM and NodeJS native lib import.
73
+
If you need to add additional dependencies you shoud put it to `extra-webpack.config.js`.
73
74
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
0 commit comments