Releases: mackignacio/electron-angular-quickstart
Releases · mackignacio/electron-angular-quickstart
v1.2.2
v1.2.1
- Add second window
- Show second window on second monitor
- Add
router-outlet
- Add
second-window
route
v1.2.0
- Fix Hot Reloading bug not recognizing hash bang url
- Used
ElectronMain()
asmain.ts
base code - Add
npm run electron:exit
to forcefully closed electron.exe intances - Update
@angular/cli
and@angular/core
v1.1.3
- Add getting started and development on
README.md
- Add
@angular/material
- Add
material icons
- Add
Roboto
font - Add
BrowserAnimationsModule
on app.module.ts - Update
@angular/core
and add@angular/material
- Fix vulnerabilities
- Refactor some codes
v1.1.2
- Added concurrently as development dependency
- Refactor
ElectronMain()
- Add
appTitle
v1.1.1
- Fix errors when running electron after
ng:build
- Add electron:run that waits for
main.js
before running electron - Revised
ElectronMain( )
and makemainWindow
full screen
v1.1.0
- Change title to Electron Angular App
- Add app-routing.module.ts
- Add home component
- Add electron service
- Delete
main.js
everytime you runnpm start
- Add ElectronMain class
v1.0.0
Basic boiler plate code for electron and angular desktop application development.