Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusion/ej2-showcase-angular-appointment-planner
An demo appointment scheduling application for doctors in a clinic to manage their appointments with patients
https://github.com/syncfusion/ej2-showcase-angular-appointment-planner
Last synced: 3 months ago
JSON representation
An demo appointment scheduling application for doctors in a clinic to manage their appointments with patients
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-angular-appointment-planner
- Owner: syncfusion
- License: other
- Created: 2019-05-24T13:45:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T14:24:35.000Z (about 1 year ago)
- Last Synced: 2024-08-08T18:39:51.240Z (3 months ago)
- Language: TypeScript
- Size: 1.68 MB
- Stars: 69
- Watchers: 14
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
- jimsghstars - syncfusion/ej2-showcase-angular-appointment-planner - An demo appointment scheduling application for doctors in a clinic to manage their appointments with patients (TypeScript)
README
# Essential JS 2 for Angular - Appointment Planner
This Appointment planner demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores an appointment scheduling application for doctors in a clinic to manage their appointments with patients.
## Deployment
### Install
To install all dependent packages, use the below command
```sh
npm install
```### Run
To run the sample, use the below command
```sh
ng serve
```## Demo
### https://ej2.syncfusion.com/showcase/angular/appointmentplanner/
Check all the showcase samples from here.
## Note
If you see a license banner when running your application, it means that you need to obtain a license key and register it within the application in order to use Syncfusion components. You can find more information on how to obtain and register a license key on our
Licensing overview page.