Skip to content

Commit 1693cdc

Browse files
author
Vlad Haidei
authored
Update README.md
1 parent 343b873 commit 1693cdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ npm install -g @angular/cli
6868

6969
- **in a terminal window** -> npm start
7070

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`.
7374
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
7475

7576
## Included Commands

0 commit comments

Comments
 (0)