Skip to content

Commit ea79939

Browse files
authored
Updated Read me file
1 parent 0c40a65 commit ea79939

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# create-an-angular-dropdown-list-using-angular-cli
1+
# Create an Angular Dropdown List Using Angular CLI
2+
23
A quick start Angular project that shows how to add the Syncfusion Angular Dropdown List 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 Dropdown List pop-up.
4+
5+
Examples: https://ej2.syncfusion.com/angular/demos/#/material/drop-down-list/default
6+
7+
Documentation: https://ej2.syncfusion.com/angular/documentation/drop-down-list/getting-started/
8+
9+
# Project pre-requisites
10+
11+
Make sure that you have the compatible versions of TypeScript and Angular in your machine before starting to work on this project.
12+
13+
Angular 4+
14+
TypeScript 2.6+
15+
16+
# How to run this application?
17+
18+
To run this application, you need to first clone the create-an-angular-dropdown-list-using-angular-cli repository and then navigate to its appropriate path where it has been in your system.
19+
20+
To do so, open the command prompt and run the below commands one after the other.
21+
22+
git clone https://github.com/SyncfusionExamples/create-an-angular-dropdown-list-using-angular-cli dropdownlist-example
23+
24+
cd dropdownlist-example
25+

0 commit comments

Comments
 (0)