Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Angular

How to pass data in Angular router component 14 . ?

In previous articles, we have learned, how to implement routing and how to configure routing in an angular application in detail. In part two on Angular routing, we will learn how to pass data in angular route between components. We had upgrade the article, as current Angular 14 is running. In this tutorial, we’ll cover, […]

How to add Angular signature pad in Angular 13|14 .?

We have seen popular eCommerce companies like Amazon provide a facility for adding signatures on a device when we receive our order. In angular, we can easily implement this feature in our application using third-party libraries. We can also add signatures without using any third party also. In this tutorial, we have demonstrated how to […]

How to implement Angular checkbox input in Angular 14?

Angular checkbox input allows the user to select one or more options from a list of choices. Angular doesn’t have a checkbox component, we can either use a native HTML checkbox or a material checkbox. Angular Material UI library has a checkbox component called mat-checkbox. In this tutorial, we’ll learn how to add and use […]

How to add Angular phone number format?

In this tutorial, we’ll learn how to add Angular phone number format to add Angular international phone number on input. We’ll demonstrate two examples of Angular phone numbers using Bootstrap, a material design library, and demonstrate an example of an Angular international phone number with a flag on input. We can use the ngx-intl-tel-input library […]

How to implement Angular route guard – auth Guard

An Angular allows us to protect routes with guards. An angular Route guard is a way of protecting navigation by allowing or denying a route based on the condition we supply. The most commonly used angular route guard types are CanActivate and CanDeactivate. Angular has several guard interfaces that allow us to mediate navigation to […]

Scroll to top