Angular is a popular open-source web development framework that allows developers to build scalable and efficient web applications. Angular 13 is the latest version of… Read More
Tag Archives: AngularJS-Basics
Angular 12 is the latest version of the popular front-end web development framework. Angular released in May 2021 comes with several new features and improvements… Read More
Angular is a JavaScript framework for building web applications. It is developed and maintained by Google and is used for building complex and feature-rich web… Read More
Flutter: Flutter is Google’s Mobile SDK to build native iOS and Android, Desktop (Windows, Linux, macOS), Web apps from a single codebase. It is an… Read More
As we all know, components in angularJS are the basic building blocks of each application. Normally, we can create a component in angular by simply… Read More
The ng-content is used when we want to insert the content dynamically inside the component that helps to increase component reusability. Using ng-content we can… Read More
In web development, there are different types of frameworks used in various fields. As a web developer, if you are looking for something that helps… Read More
In this article, we are going to check whether a form is touched or not in Angular 10. The touched property is used to report… Read More
In this article, we are going to check whether a form is untouched or not in Angular 10. untouched property is used to report that… Read More
In this article, we are going to check whether a form is invalid or not in Angular 10. invalid property is used to report that… Read More
In this article, we are going to see what is formatPercent in Angular 10 and how to use it. formatPercent is used to format a… Read More
In this article, we are going to see how to disable a form control in Angular 10. We will use AbstractControl disabled property to disable… Read More
In this article, we are going to see what is SlicePipe in Angular 10 and how to use it. SlicePipe is used to create an array… Read More
In this article, we are going to see what is TitleCasePipe in Angular 10 and how to use it. TitleCasePipe is used to Transforms all… Read More