In the following post I will show how to combine i18n translations with Ahead of Time Compilation (AoT).
Read more »
AngularJS was a good concept in 2012, but in 2017, the JS ecosystem as surged past Angular in maturity, flexibility, and productivity. (more…)
Read more »
In this article, we'll cover some best practices to create HTTP requests just using the Angular AsyncPipe. If you ever thought about making HTTP requests without calling .subscribe(), then you're on the right page. (more…)
Read more »
One really cool thing about Angular is that the framework is decoupled from the DOM via a higher level API. In the following post I will show how to take advantage of this by running an Angular application in a web worker.
Read more »