You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains project for preventing the infinite loop when binding the workDays property as method.
1
+
# Syncfusion Angular 8 Scheduler Project
2
+
3
+
A project that helps you to avoid infinte loop on applying method in `workDays` property binding with code snippet.
4
+
5
+
## Scheduler features covered in this Project
6
+
7
+
This is an Angular 8 project created using [Angular CLI](https://github.com/angular/angular-cli) 8.3.20. The Scheduler features included in this project are as follows.
8
+
* Angular 8 Scheduler displaying basic views with appointments loaded as Object.
9
+
* Setting workDays through method
10
+
11
+
## How to run this application?
12
+
13
+
To run this application, you need to first clone the `how-to-prevent-infinite-loop-on-workDays-property-binding` repository and then navigate to its appropriate path where it has been located in your system.
14
+
15
+
To do so, open the command prompt and run the below commands one after the other.
Once done with downloading, next you need to install the necessary 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.
24
+
25
+
```
26
+
npm install
27
+
```
28
+
29
+
## Development server
30
+
31
+
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.
32
+
33
+
## Build
34
+
35
+
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.
36
+
37
+
## Further help
38
+
39
+
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