Pug-up your Angular markup · Thorsten Hans’ blog

Can you imagine the combination of Angular and Pug (previously known as Jade) is super awesome and timesaving? If not, ...
Read more

Angular Quickie – Async Routes · Thorsten Hans’ blog

Angular ships with its component router. The router makes it easy to compose complex applications from a bunch of components. ...
Read more

NW.js and Electron compared · Thorsten Hans’ blog

I’ve spent much time doing cross-platform development over the past year with a significant workload on cross-platform desktop development. During ...
Read more

Angular and Electron – The definitive guide · Thorsten Hans’ blog

Building cross-platform apps for desktop operating systems became simple compared to the past. With GitHub’s Electron is a framework available ...
Read more

Angular Quickie – Why can’t I compile my Angular app anymore · Thorsten Hans’ blog

Staying on top of the technology stack is sometimes really hard. The Angular core team tries to do it’s best ...
Read more

Using Augury inside of Electron Apps · Thorsten Hans’ blog

Writing apps using GitHub’s Electron is a reasonably easy task. The framework and community-driven tools are taking away much pain ...
Read more

HTML5 notifications in electron apps with Angular · Thorsten Hans’ blog

Within Electron apps, you can use HTML5 Notification API to keep users posted about events happened. Electron is bridging incoming ...
Read more

Treat your iTerm2 like Guake · Thorsten Hans’ blog

iTerm2 is a real productivity boost for macOS users. There are numerous great features built in the terminal replacement. This ...
Read more

Standard Angular Pipes and ng-translate · Thorsten Hans’ blog

Of course is Angular itself shipping with some i18n (internationalization) APIs, but ng-translate has become the new default for many ...
Read more

Integrating Angular and Electron using ngx-electron · Thorsten Hans’ blog

GitHub Electron makes crafting cross-platform desktop applications really simple. You can take any existing website or Single Page Application (SPA) ...
Read more