Angular goes cross platform with GitHub Electron · Thorsten Hans’ blog
A while ago I’ve posted a sample on how to write an electron app using Angular 1.x with ES2015 and ...
Read more
Angular Quickie – Local template variables · Thorsten Hans’ blog
Local template variables in Angular can be used to reference HTML elements easily and use their properties either on sibling ...
Read more
Angular Quickie — Elvis is in tha house · Thorsten Hans’ blog

Another Angular quickie for today!😉 Angular introduces the Elvis operator ?. is used in templates. CoffeeScript Developers may know this as ...
Read more
Angular Quickie — How to structure your projects · Thorsten Hans’ blog

When building large Angular Apps, you’ve to care about how to structure your project. I can imagine, John Papa will, ...
Read more
Building an electron app using Angular Beta0 in TypeScript · Thorsten Hans’ blog

You can build Angular apps using plain old JavaScript and TypeScript. I’ve been using plain JavaScript for the past Angular ...
Read more
Angular Quickie – Component ViewEncapsulation and WebComponents · Thorsten Hans’ blog

“Component” is perhaps the most overloaded term when it comes to JavaScript frameworks these days. Every single framework has its ...
Read more
Setting Electron App-Icons for Windows from macOS · Thorsten Hans’ blog
When building cross-platform apps using GitHub Electron, you may run into the same issue I did a few days ago. ...
Read more
Testing Angular Apps with Jasmine and TypeScript · Thorsten Hans’ blog

Unit-Testing Angular applications made me crazy during Beta time. In this post, I’ll share how to set up unit testing ...
Read more
Angular Quickie — ViewEncapsulation.Native in all browsers · Thorsten Hans’ blog
A few days ago I wrote about Angular ViewEncapsulation. The sample I’ve created for that post only works if you’re ...
Read more
Be more productive with Pug · Thorsten Hans’ blog
Pug (previously known as Jade) is like HTML on steroids. Once learned, you’ll never miss it. This article isn’t my ...
Read more