Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 2dcbdef

Browse files
Spelling corrected
1 parent 10c12e4 commit 2dcbdef

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

22
# EJ2 Angular 7 DatePicker Quick Start
3-
A quick start project that helps you to create the Syncfusion Angular 6 DatePicker.
3+
A quick start project that helps you to create the Syncfusion Angular 7 DatePicker.
44

55

6-
![Angular 7 DatePicker](angular7datepicker.png "Angualar 7 Datepicker")
6+
![Angular 7 DatePicker](angular7datepicker.png "Angualar 7 DatePicker")
77

88
This is a Angular 7 project generated using [Angular CLI](https://github.com/angular/angular-cli) version 7.0.4. The Datepicker features included in this project are as follows.
9+
910
* Min - Starting date that can be selected.
1011
* Max - Last date that can be selected.
1112
* SpecialDates - Specific dates are highlighted to notify the additional information of that date.

src/app/app.module.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { BrowserModule } from '@angular/platform-browser';
22
import { NgModule } from '@angular/core';
3+
//Imported DatePicker button from ej2-angular-calendars package
34
import { DatePickerModule } from '@syncfusion/ej2-angular-calendars';
45
import { AppComponent } from './app.component';
56

@@ -8,7 +9,9 @@ import { AppComponent } from './app.component';
89
AppComponent
910
],
1011
imports: [
11-
BrowserModule, DatePickerModule
12+
BrowserModule,
13+
//Registering DateRangePicker Module
14+
DatePickerModule
1215
],
1316
providers: [],
1417
bootstrap: [AppComponent]

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Angular 7 Datepicker</title>
5+
<title>Angular 7 DatePicker</title>
66
<base href="/">
77
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
88
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)