DEV Community

Cover image for How to Create a Cascading Dropdown List
Arun for Syncfusion, Inc.

Posted on

 

How to Create a Cascading Dropdown List

Get a quick overview on how to create a cascading Dropdown List. In this video, you will learn how to add a series of Syncfusion Angular Dropdown Lists to an Angular application. You will see how to populate the data source of a second Dropdown List based on the value selected in the first Dropdown List.

Product Overview: https://www.syncfusion.com/angular-ui-components/angular-dropdown-list

Download example from GitHub: https://github.com/SyncfusionExamples...

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.