https://github.com/syncfusionexamples/ej2-dropdownlist-modal-dialog
Angular Dropdownlist with modal dialog
https://github.com/syncfusionexamples/ej2-dropdownlist-modal-dialog
dropdown dropdownlist model-dialog ng-dropdown
Last synced: 10 months ago
JSON representation
Angular Dropdownlist with modal dialog
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-dropdownlist-modal-dialog
- Owner: SyncfusionExamples
- License: other
- Created: 2018-02-15T10:09:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T03:56:46.000Z (over 1 year ago)
- Last Synced: 2024-10-19T06:12:51.551Z (over 1 year ago)
- Topics: dropdown, dropdownlist, model-dialog, ng-dropdown
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Modal dialog with Dropdownlist
## Installing and Running Application
### Installing
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
```