Kevin Neitola

Results 3 comments of Kevin Neitola

Does it really work like this? When I am using ` RouterLink to app` I only receive a blank page in the new electron window because it cannot open the...

Sure: app-routing.module.ts: ``` import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { PageNotFoundComponent } from './shared/components'; import { HomeRoutingModule } from './home/home-routing.module'; const routes:...

Anyway, for now I used the workaround of just creating a second electron window on launch. If the user closes the second window by accident the application needs a restart....