|
1 | | -# AngularSix |
| 1 | +# Syncfusion Angular 6 Scheduler Quick Start Project |
2 | 2 |
|
3 | | -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.7. |
| 3 | +A quick start project that helps you to create the Syncfusion Angular 6 Scheduler with minimal code configuration. |
4 | 4 |
|
5 | | -## Development server |
| 5 | + |
6 | 6 |
|
7 | | -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. |
8 | | - |
9 | | -## Code scaffolding |
| 7 | +## Scheduler features covered in this Project |
10 | 8 |
|
11 | | -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. |
| 9 | +This is an Angular 6 project created using [Angular CLI](https://github.com/angular/angular-cli) 6.2.7. The Scheduler features included in this project are as follows. |
| 10 | +* Angular 6 Scheduler displaying basic views with appointments loaded as JSON data. |
| 11 | +* Drag and resize actions enabled for events by default. |
| 12 | +* Setting current date and view for scheduler. |
| 13 | +* Setting specific timezone on scheduler. |
12 | 14 |
|
13 | | -## Build |
| 15 | +## How to run this application? |
| 16 | +To run this application, you need to first clone the `ej2-angular-6-scheduler` repository and then navigate to its appropriate path where it has been located in your system. |
14 | 17 |
|
15 | | -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. |
| 18 | +To do so, open the command prompt and run the below commands one after the other. |
16 | 19 |
|
17 | | -## Running unit tests |
| 20 | +``` |
| 21 | +git clone https://github.com/SyncfusionSamples/ej2-angular-6-scheduler angular-6-scheduler |
| 22 | +cd angular-6-scheduler |
| 23 | +``` |
18 | 24 |
|
19 | | -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 25 | +## Installing |
| 26 | +Once done with downloading, next you need to install the necessay 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. |
20 | 27 |
|
21 | | -## Running end-to-end tests |
22 | | - |
23 | | -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
| 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. |
24 | 33 |
|
25 | 34 | ## Further help |
26 | 35 |
|
27 | | -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). |
| 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