Edupala

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

How to implement the Angular select option .?

Angular select elements from material design, ng-bootstrap, and third parties libraries allow us to create a drop-down list. This element is most often used in an angular form, to collect user input. The angular framework doesn’t have a select component, we can either use native HTML select or third parties UI libraries. In this tutorial, […]

Angular material checkbox: color, label direction

An Angular material is an amazing UI for the Angular framework, it has lots of pre-built components like cards, modal, more, and the Angular material expansion panel or Angular material checkbox is one of them. We have three objectives behind this tutorial, first will learn how to use Angular material checkbox component, and second how […]

How to implement Angular material grid .?

Angular material grid components allow us to create a list or two-dimension lists. Angular material grid is composed of mat-grid-list, mat-grid-tile, and a few optional subcomponents for creating a grid-based layout. We used a material grid to create a list or table to display our data. In this articles, we’ll explore who to used Angular […]

How to implement Angular bootstrap modal in Angular 12|13 .?

Angular bootstrap modal is a temporary UI that slides into the screen over the page content, is often used for notification, completely custom content, login/registration forms, composing messages, or presenting app configuration options for example. In this tutorial we have three goals behind this chapter. First, we will learn how to use Angular bootstrap modal. […]

How to implement Angular material card in Angular 12 | 13 .?

We will make a series of tutorials on Angular material components and in the article, we will explore how to implement Angular material cards. The angular material card is a flexible and extensible content container. It has optional to include headers and footers, and we can add a wide variety of content. Angular Materials provide […]

Scroll to top