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 is a Angular 7 project generated using [Angular CLI](https://github.com/angular/angular-cli) version 7.0.4. The Datetimepicker features included in this project are as follows.
9
+
10
+
* Min - Starting date that can be selected.
11
+
* Max - Last date that can be selected.
12
+
13
+
## How to run this application?
14
+
To run this application, you need to first clone the `ej2-angular-7-datetimepicker` repository and then navigate to its appropriate path where it has been located in your system.
15
+
16
+
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.
25
+
26
+
```
27
+
npm install
28
+
```
29
+
30
+
## Running on development server
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
+
## Further help
34
+
35
+
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