Edupala

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

angular

The best approach for installing and using Bootstrap in angular 14?

There are many different ways of installing Bootstrap in Angular. In Angular, we have different UI libraries like Angular material, others, and Bootstrap also. There are different ways of installing Bootstrap in Angular like CDN, Bootstrap Library build specifically for Angular. In this tutorial, we’ll learn different ways of installing Bootstrap and what is the […]

Best libraries for Angular time picker in Angular 14?

In angular, we can easily add the Angular time picker component by using, the Bootstrap time picker component or 3rd parties libraries like mat-timepicker and the ngx-mat-time. These two libraries are dependent on the Angular material design library and provide material design time picker component looks. The angular material design doesn’t have a time picker […]

Angular Radio button, Angular Material radio button in Angular 14?

Angular radio button input allows the user to select only one option from a list of choices. Angular doesn’t have a radio button component, we can use a native HTML radio button or Angular material radio button, or any other UI library radio button. Angular Material UI library has a radio input component called mat-radio-group […]

How to implement Angular Material Accordion in Angular 13|14 .?

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

Angular material button: Color, Size, toggle button

Angular material buttons provide material design style and ink ripples on native HTML buttons or anchor elements.  We can control the button style easily by using pre-built material button attributes. The HTML button element allows us to trigger actions on our project, by invoking uploading the form data to the server, routing to different components […]

Scroll to top