Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

```