© 2023 Hashnode
#angular-material
Ever noticed any website's URL bar with path names? For example, when you are on the login page, ".../login" appears at the end. When you view the profile, ".../profile" appears. The word at the end i…
The use of Input and Output Decorators is usually handy when sending data between two components when they have a parent-child relationship. Interaction between components is highly possible when they…
"Pipes are simple functions to use in template expressions to accept an input value and return a transformed value. Pipes are useful because you can use them throughout your application, while only de…
In the previous article, we have seen Structural Directives (ngIf, ngFor, ngSwitchCase). In this article, we will learn more about Attribute Directives. We will be covering the following Attribute Dir…
In Angular, the basic use of directives is to change the DOM layout, appearance or behavior. There are 3 structural directives: ngFor ngIf ngSwitchCase We will be seeing each of these directives …
Introduction Today we will try to understand the different concepts used under data binding in Angular. Data Binding is a concept to pass our data (in other words binding our data) between the templat…
Prerequisites As far as web development is concerned from the point of learning MEAN and MERN stack, Angular is the first step we are currently looking into learning. MEAN stands for (MongoDB - Expres…
Why do we use Angular? Angular is a framework that we usually use for creating SPA (Single Page Applications). The application rewrites the whole content on the page which comes from the web server in…
With online presence being a must, businesses are looking for technologies to build scalable, high-performance, and user-friendly websites and web apps. And Angular framework is one such technology. Initially, Angular was called AngularJS a…
Tools and technologies used Server-side technologies(Back end) Spring Boot JDK - 1.8 or later Spring Framework Spring Data JPA (Hibernate) Front end technologies Angular (Latest version as of n…