https://github.com/syncfusionexamples/ej2-ng-dialog-routing
Angular routing with dialog
https://github.com/syncfusionexamples/ej2-ng-dialog-routing
dialog ej2 ej2-dialog
Last synced: 12 months ago
JSON representation
Angular routing with dialog
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-ng-dialog-routing
- Owner: SyncfusionExamples
- License: other
- Created: 2018-01-18T12:44:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T04:00:11.000Z (over 1 year ago)
- Last Synced: 2025-04-03T07:17:35.906Z (about 1 year ago)
- Topics: dialog, ej2, ej2-dialog
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EJ2 Dialog with Angular routing.
## 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
```