You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## MultiSelect Dropdown features covered in this Project
8
+
9
+
This is an Angular 7 project created using [Angular CLI](https://github.com/angular/angular-cli) 7.0.4. The MultiSelect Dropdown features included in this project are as follows.
10
+
* Angular 7 MultiSelect Dropdown initialization.
11
+
* Data binding to the MultiSelect Dropdown.
12
+
* Setting the value on initial rendering.
13
+
* Getting the value on button submit action.
14
+
15
+
## How to run this application?
16
+
To run this application, you need to first clone the `ej2-angular-7-multiselct-dropdown` repository and then navigate to its appropriate path where it has been located in your system.
17
+
18
+
To do so, open the command prompt and run the below commands one after the other.
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.
27
+
28
+
```
29
+
npm install
30
+
```
31
+
## Running on development server
32
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
33
+
34
+
## Further help
35
+
36
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments