Skip to content

Commit 9606994

Browse files
authored
Updated read me file
1 parent ab5ece7 commit 9606994

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# getting-started-with-the-angular-autocomplete-component
1+
# Getting Started with the Angular AutoComplete Component
2+
23
A quick start project that shows how to add Syncfusion's Angular AutoComplete component to the Angular project. This project also includes a code snippet to populate JSON data and remote data sources and how to set a custom height and width to the AutoComplete suggestion list.
4+
5+
Examples: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/auto-complete/default
6+
7+
Documentation: https://ej2.syncfusion.com/angular/documentation/auto-complete/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+
15+
TypeScript 2.6+
16+
17+
# How to run this application?
18+
19+
To run this application, you need to first clone the getting-started-with-the-angular-autocomplete-component repository and then navigate to its appropriate path where it has been in your system.
20+
21+
To do so, open the command prompt and run the below commands one after the other.
22+
23+
git clone angular-example
24+
25+
cd angular-example
26+
27+
# Installing
28+
29+
Once done with downloading, next you need to install the necessary packages required to run this application locally. The npm install command will install all the needed angular packages into your current project and to do so, run the below command.
30+
31+
npm install
32+
33+
# Running on development server
34+
35+
Run ng serve command for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
36+
37+

0 commit comments

Comments
 (0)