Skip to content

Releases: mackignacio/electron-angular-quickstart

v1.2.2

17 Dec 18:24
Compare
Choose a tag to compare

Dependency

-Update Angular to v7.1.3
-Update Angular/material to v7.1.1

Electron

-Add functionality to closed all window when one window is forcefully closed
-Fix error on execFile function

v1.2.1

28 Jul 15:27
Compare
Choose a tag to compare
  • Add second window
  • Show second window on second monitor
  • Add router-outlet
  • Add second-window route

v1.2.0

28 Jul 05:28
Compare
Choose a tag to compare
  • Fix Hot Reloading bug not recognizing hash bang url
  • Used ElectronMain() as main.ts base code
  • Add npm run electron:exit to forcefully closed electron.exe intances
  • Update @angular/cli and @angular/core

v1.1.3

27 Jul 15:59
Compare
Choose a tag to compare
  • 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

27 Jul 15:32
eb60ad2
Compare
Choose a tag to compare
  • Added concurrently as development dependency
  • Refactor ElectronMain()
  • Add appTitle

v1.1.1

27 Jul 14:26
4210f8b
Compare
Choose a tag to compare
  • Fix errors when running electron after ng:build
  • Add electron:run that waits for main.js before running electron
  • Revised ElectronMain( ) and make mainWindow full screen

v1.1.0

27 Jul 14:24
Compare
Choose a tag to compare
  • Change title to Electron Angular App
  • Add app-routing.module.ts
  • Add home component
  • Add electron service
  • Delete main.js everytime you run npm start
  • Add ElectronMain class

v1.0.0

26 Jul 14:08
Compare
Choose a tag to compare

Basic boiler plate code for electron and angular desktop application development.