September 1, 2022
Have you seen it already? Angular version 14.2 is here with new features and improvements! One of the merged PRs includes creating custom elements without NgModule. In this post, we will take a look...August 31, 2022
In case you missed it: Angular version 14.2 was released with some new features and fixes across all Angular packages and the CLI. This blog post will focus on the long-awaited ng serve with service...August 30, 2022
Newly released Angular 14.2 comes with a nifty image optimization feature that can be used to improve the performance of your application.April 19, 2022
Slow builds stop developers' productivity cold. If code takes even two minutes to compile, it’s easy to get distracted. You lose your train of thought or, god forbid, open social media.June 2, 2021
RxJS 7 has shipped! For us Angular developers, it unfortunately did not ship in time for Angular 12.February 5, 2021
Linting: the spell check of code. Once you have it, you can’t imagine how you ever lived without it. Useful for solo developers and large teams, linting keeps your code consistent and prevents bugs...