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

angular

Angular v15 Directive Composition API

November 16, 2022

One of the advantages of using the Angular ecosystem is that it never forgets about you. If Angular can’t solve your request right away because the current technology doesn’t allow it, they often...

Angular & Apollo Client: Getting Started with GraphQL in Angular

November 9, 2022

GraphQL servers are becoming more and more popular. Backend developers recognize the added value of switching from traditional REST architecture to GraphQL, despite the higher application complexity.

The Case for Monorepos: How to Develop with Monorepos

October 26, 2022

Monorepos are hot right now, and not for the wrong reasons. This blog will try to demystify the trend of grouping all your applications and libraries into one single repository and see why using a...

How to Create a GraphQL Server with NestJS

October 12, 2022

When considering building a server-side application, you might be overwhelmed by the vast majority of technologies you can choose from.

Getting Started with RxJS: All You Need to Know About Observables

September 28, 2022

RxJS is a library that combines the Observer pattern—where Observables or Subjects notify Observers of state changes—with functional programming to handle data changes over time.

Supercharge Your Angular Content Projection with ng-template

September 14, 2022

Are you developing reusable components for your Angular application? Creating buttons for your new enterprise design system? Adding a popover to a table? If so, you’ll almost certainly find yourself...

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.

Our Top 5 Angular Debugging Tools

August 17, 2022

Angular advertises that their framework is "batteries included." This is primarily true, until you get started setting up the development environment. Whether you’re an Angular Developer, Angular...