Skip to main content

Angular Console - The hidden Electron magic

I blogged before about the Angular Console. I don’t use it every day but it has become my ‘go to’ tool when I have to install and try new Angular schematics.

The application itself is built as a small Electron app where they are using Electron as a small wrapper around a web app served by chromium and node.js.

Don’t believe me? Open your Angular Console app and browse to http://localhost:7777. Magic happens!