November 2019
Beginner
436 pages
8h 52m
English
Now that you have an Angular project scaffold, let's integrate it with the Electron shell:
code .
First, though it's not mandatory, let's change the application's title.
<title>Angular with Electron</title>
<base href="./" />
This makes all resources relative to the index.html file. This is what we need when we're running an Angular application from within the Electron shell.
Read now
Unlock full access