Bitovi Blog - UX and UI design, JavaScript and Front-end development

angular-upgrades

Developer Preview of Standalone Support in Angular Elements

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...

How to Use Ng Serve with Service Worker Support

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...

Improve App Performance with the NgOptimizedImage Directive

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.

How to speed up your Angular builds

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.

What’s New in RxJS 7: Small Bundles and Big Changes to share()

June 2, 2021

RxJS 7 has shipped! For us Angular developers, it unfortunately did not ship in time for Angular 12.

Angular Upgrades: Painless Migration from TSLint to ESLint

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...