An demo appointment scheduling application for doctors in a clinic to manage their appointments with patients
Перейти к файлу
Mahesh Palanisamy 50f72f8a83
Merge pull request #15 from ravikumar-venkatesan-m/master
904395: Appointment planner specialist drop down item and footer templates updated.
2024-08-27 09:43:56 +05:30
e2e Angular appointment planner version updated. 2021-04-23 18:45:04 +05:30
src 904395: Appointment planner specialist drop down item and footer templates updated. 2024-08-23 13:32:45 +00:00
.browserslistrc sample(EJ2-60724): Angular appointment planner upgraded to Angular 13. 2022-06-08 21:24:45 +05:30
.editorconfig angular appointment planner refreshed with latest version 2021-07-13 14:12:23 +05:30
.eslintrc.json Angular appointment planner version updated. 2021-04-23 18:45:04 +05:30
.gitignore feature(EJ2-60724): Need to upgrade appointment planner to angular 15 2023-01-09 16:08:37 +05:30
README.md feature(EJ2-60724): Need to upgrade appointment planner to angular 15 2023-01-11 16:15:32 +05:30
angular.json config(ES-847610): Appointment planner angular and package files are updated. 2023-10-03 17:41:38 +05:30
karma.conf.js Angular appointment planner version updated. 2021-04-23 18:45:04 +05:30
license config(ES-847610): Unwanted white space reverted. 2023-09-27 13:28:50 +05:30
package.json config(ES-847610): Updated as per showcase template standard. 2023-09-25 17:40:33 +05:30
tsconfig.app.json feature(EJ2-60724): Need to upgrade appointment planner to angular 15 2023-01-09 16:08:37 +05:30
tsconfig.json feature(EJ2-60724): Need to upgrade appointment planner to angular 15 2023-01-11 14:43:19 +05:30
tsconfig.spec.json feature(EJ2-60724): Need to upgrade appointment planner to angular 15 2023-01-09 16:08:37 +05:30

README.md

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

npm install

Run

To run the sample, use the below command

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.