Angular 13 CRUD Example with Web API

Crud operation application in angular 13; In this tutorial, we will learn how to create crud operation apps in angular 13 using web rest API services. Angular 13 CRUD Operation Example with Web API Use the following steps and create crud (create, read, update, delete) app in angular 13 apps; as follows: Step 1 – … Read more

Angular 13 Regex Validate URL with Reactive Forms

Angular 13 URL validation with regular expression; In this article, we’ll discover how to use regex to validate URLs in angular 13 applications.. Angular 13 Regex Validate URL with Reactive Forms Use the following procedures with angular 13 apps to validate urls using regex: Step 1 – Create New Angular App First of all, open your … Read more

Angular 13 Get Current Location Latitude and Longitude

In this tutorial, we’ll explore how to obtain the current location’s latitude and longitude using the Google AGM core package in Angular 13’s Google Maps. We’ll cover the process of retrieving the current location’s latitude and longitude in Angular 13, and demonstrate how to accomplish this using the Google AGM core package. How to get … Read more

Angular 13 Swiper Image Touch Slider Example Tutorial

This tutorial will guide you on how to create a touch-enabled image/content slider or carousel in an Angular 13 application using the ngx-useful-swiper npm package. You will also learn about the various features of Swiper, including library agnosticism, touch movement, mutation observer, rich API, full RTL support, multi-row slides layout, transition effects, two-way control, full navigation control, flexbox layout, the most flexible slides layout grid, parallax … Read more

Angular 13 datatable example with pagination sorting filtering

In this tutorial, we will learn how to create a table with pagination, sorting, and filtering using datatables in an Angular 13 application. Step 1: Create a new Angular 13 app To get started, open your terminal and run the following command to create a new Angular 13 app: Step 2: Install jQuery and Datatables plugins … Read more