Edupala

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

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, […]

How to implement angular flex layout?

Angular Flex Layout provides a sophisticated layout API using Flexbox CSS + mediaQuery. The use of flexbox ensures that elements behave predictably when the page layout must accommodate different screen sizes and different display devices. Flex layouts are single-dimensional layouts (row or column), whereas Angular gird and table are 2 dimensional containing both row and […]

Angular material autocomplete example

An Angular material is an amazing UI for Angular framework, it has lots of pre-built components like card, modal, more, and Angular material expansion panel or Angular material autocomplete is one of them. In this tutorial, first will learn how to use Angular material autocomplete component and second how to use Angular material autocomplete with […]

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 […]

Scroll to top