Angular

Angular is a powerful frontend javascript framework developed and maintained by Google. The first release was way back in 2010, over a decade ago, and has grown and evlolved over the years to the most recent and robust rendition, Angular 11+ (at the time of this writing) Unequivocally, this is really promising and it seems that Angular will be around in the near future, as one of the frameworks with the most robust community and demand!

Have You Tried Angular Switch Yet

Angular 17 shipped with Angular @switch, and this was a game changer, when it comes to simplicity compared to the former ngSwitch directive. In this guide, we will see how easy it is to use this awesome addition to Angular!

Nov 19, 2024

Views 12

How To Use Angular Renderer2 For DOM Manipulation

DOM manipulation in Angular, just like in any web application is something we do on a daily basis. Angular Renderer2 makes this easy for us.

Jul 13, 2023

Views 41

How To Use Angular NgContainer

Angular NgContainer makes it easy for us to build UI, in a more organized and performant way. Let us quickly see how we can use this powerful tool from Angular.

Jun 29, 2023

Views 30

Angular Fix MatFormField Must Contain A MatFormFieldControl

Whenever we are using Angular material, mostly Angular mat-form-field, we get the error that mat-form-field must contain a mat-form-field-control, well, let’s fix that.

Jun 27, 2023

Views 13

How To Use Angular Ng Template And Reuse UI Pieces

Reusing UI pieces in Angular can be a powerful advantage when we are developing. We will see how we can use Angular NgTemplate to reuse UI pieces.

Jun 26, 2023

Views 1

A Practical Example To Validate Angular Input Fields With Joi

At times, we want to do a quick and custom validation of Angular inputs. Well, how let’s see how we can validate Angular input fields using Joi.

Jun 21, 2023

Views 15

How To Disable Angular HTML Elements Programmatically

At times, we need to disable Angular HTML element like buttons, inputs or even material element, let’s see how we can do this in simple examples.

Jun 19, 2023

Views 46

What Is Angular App Initializer And How To Use It

Angular APP_INITIALIZER is a DI token, which makes it possible for you to tap into the app’s initialization phase and do custom operations before the app loads.

Jun 16, 2023

Views 28

How To Use New Angular Inject Outside Constructor Phase

Angular just shipped with an awesome way to provide dependency injection on the fly - Angular inject. However, this comes with one key catch, it must be used in constructor phase! Well, let’s see how to do this.

Jun 13, 2023

Views 62

Pie Chart Using Angular and HTML Canvas – Part One!

Pie Chart is a common chart in data presentation. In this tutorial, you will learn how to create a HTML Canvas Pie Chart that you can scale to your liking!

Jun 7, 2023

Views 913