From 70c079bac90dc0eb790680234bfcf3d2e8b09cac Mon Sep 17 00:00:00 2001 From: nagasiddarthak <161321459+nagasiddarthak@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:42:30 +0530 Subject: [PATCH] 1003328: Updating ReadMe File with Min 1000 Words Added project prerequisites and instructions to run the application. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 780e571..0a447fc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ # getting-started-with-the-angular-multiselect-dropdown A quick start Angular project that shows how to add the Syncfusion Angular MultiSelect Dropdown to an Angular application. This project also includes a code snippet to populate JSON data and remote data sources, how to sort the data items and how to set a custom height and width for the MultiSelect Dropdown popup. + +Refer to the following documentation to learn about the Multiselect component: +https://ej2.syncfusion.com/angular/documentation/multi-select/getting-started + +Check out this online example of the Angular Multiselect component: +https://ej2.syncfusion.com/angular/demos/#/tailwind3/multi-select/default + +## Project prerequisites +Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project. + +## How to run this application +To run this application, you need to first clone the `getting-started-with-the-angular-multiselect-dropdown` repository and then open it in Visual Studio Code. Now, simply build and run your project using below commands + +To install all dependent packages, use the below command + +``` +npm install +``` + +## Run the application + +To compile and run the source files, use the below command + +``` +npm start + +```