Edupala

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

Angular

How to implement Angular template driven form in Angular 13?

In this tutorial, we are learning Angular template driven form, how to use it, how to validate template form using ready-made validator and custom validator. Angular forms are the most common and important for many web applications and are used for getting data from users. User input data are taken from form, we may need […]

Angular Material input components and directives

To use Angular material inputs, we have to understand different Angular material directives and components that are used with Angular form. Angular has a matInput directive that is supported by some of HTML native input but not all native HTML inputs. We used the input field to collect data from users. We have three objectives […]

Angular Textarea : Material design and Bootstrap

In this tutorial, we’ll learn how to use Angular Textarea input, Angular doesn’t have textarea component. To use Angular material textarea, we can use matInput directive, this directive allows native <input> and <textarea> elements to work with <mat-form-field>. Input text type allows us to have only one line of text. If we need a multi-line […]

Angular animation module with an example

In this tutorial, we’ll learn how to use the Angular animation module, and how we can apply animation to HTML elements or components without using any javascript, flash, or any other third-party library. Angular Animation provides the illusion of motion on HTML elements by changing multiple style transformations over time. We can change element styles […]

Different libraries of adding Angular icons ?

In this article, we’ll explore different available libraries for adding Angular icons to our project. We have seen icons are extensively used in many applications. We can easily add an icon to our Angular project. To use icons in Angular we have to dependent other libraries, as Angular core doesn’t provide icons. In this tutorial, […]

Scroll to top