Edupala

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

Angular

How to implement Angular material dialog .?

Angular Material dialog is a popover UI that slides into the screen over the page content and is often used for notifications, alerts, login/registration forms, composing messages, or presenting app configuration options for example. An angular material modal dialog can also use for Angular material alert, we don’t have a separate Material module for alert […]

How to implement Angular modal in Angular 14 .?

An angular modal component is a form of temporary UI that slides onto the screen, over the page content, and is often used for login/registration forms, selecting options from lists, composing messages, or presenting app configuration options for example. We can dismiss the modal manual, dismiss after a certain time lapse, or use dismiss or […]

How to implement an Angular bootstrap table with pagination and filter

In Angular, we can implement a table in different ways, in this tutorial we’ll learn and demonstrate the Angular bootstrap table in Angular 14 latest. Angular Bootstrap table component is responsive tables that allow us to filter, pagination, and table can have nice UI by using bootstrap style class name. To implement the bootstrap table […]

How to implement Lodash in Angular 13 |14.?

Lodash is an open-source JavaScript utility library delivering consistency, modularity, performance, & extras. Lodash helps programmers to write more concise and maintainable JavaScript. In these articles, we’ll learn how to install Lodash properly in angular and demonstrate some Lodash library functions in Angular. In this article, we will learn how to use the Lodash library […]

Scroll to top