diff --git a/src/schedule/schedule/accessibility.md b/src/schedule/schedule/accessibility.md
index 4a06541..e8e2582 100644
--- a/src/schedule/schedule/accessibility.md
+++ b/src/schedule/schedule/accessibility.md
@@ -52,4 +52,6 @@ Keys | Description |
| Left or Right Arrow | On pressing any of these keys, when focus is currently on the Schedule header bar, moves the focus to the previous or next items in the header bar. |
| Space or Enter | It activates any of the focused items. |
| Page Up & Page Down | To scroll through the work cells area. |
-| Home | To move the selection to the first cell of Scheduler. |
\ No newline at end of file
+| Home | To move the selection to the first cell of Scheduler. |
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/appointments.md b/src/schedule/schedule/appointments.md
index 0567c5a..4f03b18 100644
--- a/src/schedule/schedule/appointments.md
+++ b/src/schedule/schedule/appointments.md
@@ -1910,4 +1910,6 @@ If your requirement is to simply refresh the appointments instead of refreshing
```typescript
this.scheduleObj.refreshEvents();
-```
\ No newline at end of file
+```
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/calendar-mode.md b/src/schedule/schedule/calendar-mode.md
index 2ba9e59..5eea080 100644
--- a/src/schedule/schedule/calendar-mode.md
+++ b/src/schedule/schedule/calendar-mode.md
@@ -80,4 +80,6 @@ export class AppComponent {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/cell-customization.md b/src/schedule/schedule/cell-customization.md
index 74c232f..7846812 100644
--- a/src/schedule/schedule/cell-customization.md
+++ b/src/schedule/schedule/cell-customization.md
@@ -338,4 +338,6 @@ export class AppComponent {
## How to disable multiple cell and row selection in Schedule
-By default, the `allowMultiCellSelection` and `allowMultiRowSelection` properties of the Schedule are set to `true`. So, the Schedule allows user to select multiple cells and rows. If the user want to disable this multiple cell and row selection. The user can disable this feature by setting up `false` to these properties.
\ No newline at end of file
+By default, the `allowMultiCellSelection` and `allowMultiRowSelection` properties of the Schedule are set to `true`. So, the Schedule allows user to select multiple cells and rows. If the user want to disable this multiple cell and row selection. The user can disable this feature by setting up `false` to these properties.
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/context-menu.md b/src/schedule/schedule/context-menu.md
index 9710a9c..4a85acf 100644
--- a/src/schedule/schedule/context-menu.md
+++ b/src/schedule/schedule/context-menu.md
@@ -162,3 +162,5 @@ export class AppComponent {
```
{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
diff --git a/src/schedule/schedule/crud-actions.md b/src/schedule/schedule/crud-actions.md
index a296bb0..e1c1616 100644
--- a/src/schedule/schedule/crud-actions.md
+++ b/src/schedule/schedule/crud-actions.md
@@ -886,3 +886,5 @@ export class AppComponent {
```
{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/data-binding.md b/src/schedule/schedule/data-binding.md
index 423bd82..4475c41 100644
--- a/src/schedule/schedule/data-binding.md
+++ b/src/schedule/schedule/data-binding.md
@@ -443,4 +443,6 @@ export class AppComponent {
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/dimensions.md b/src/schedule/schedule/dimensions.md
index c4db5be..97902ef 100644
--- a/src/schedule/schedule/dimensions.md
+++ b/src/schedule/schedule/dimensions.md
@@ -93,6 +93,8 @@ export class AppComponent {
{% endtab %}
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
+
## See Also
* [How to Change Scheduler Cell Dimensions](./cell-customization/#setting-cell-dimensions-in-all-views)
\ No newline at end of file
diff --git a/src/schedule/schedule/editor-template.md b/src/schedule/schedule/editor-template.md
index 5720d4b..07948e4 100644
--- a/src/schedule/schedule/editor-template.md
+++ b/src/schedule/schedule/editor-template.md
@@ -1437,4 +1437,6 @@ export class AppComponent {
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/ej1-api-migration.md b/src/schedule/schedule/ej1-api-migration.md
index f37ce66..3d69a95 100644
--- a/src/schedule/schedule/ej1-api-migration.md
+++ b/src/schedule/schedule/ej1-api-migration.md
@@ -181,4 +181,6 @@ Get resource details using index | Not applicable | **Method:** *getResourceByIn
| Fires on resize start | **Event:** *resizeStart*
``
``
**TS**
`onResizeStart(e: any){}`| **Event:** *resizeStart*
``
``
**TS**
`onResizeStart(args: any): void{}` |
| Fires on resize stop | **Event:** *resizeStop*
``
``
**TS**
`onResizeStop(e: any){}`| **Event:** *resizeStop*
``
``
**TS**
`onResizeStop(args: any): void{}` |
| Fires on rendering of every scheduler elements | **Event:** *queryCellInfo*
``
``
**TS**
`onQueryCellInfo(e: any){}`| **Event:** *renderCell*
``
``
**TS**
`onRenderCell(args: any): void{}` |
-| Fires before the event rendering on UI | Not applicable | **Event:** *eventRendered*
``
``
**TS**
`onEventRendered(args: any): void{}` |
\ No newline at end of file
+| Fires before the event rendering on UI | Not applicable | **Event:** *eventRendered*
``
``
**TS**
`onEventRendered(args: any): void{}` |
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/exporting.md b/src/schedule/schedule/exporting.md
index 5bc4e56..ce17219 100644
--- a/src/schedule/schedule/exporting.md
+++ b/src/schedule/schedule/exporting.md
@@ -555,4 +555,6 @@ export class AppComponent {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/getting-started.md b/src/schedule/schedule/getting-started.md
index 12b90e8..759c6df 100644
--- a/src/schedule/schedule/getting-started.md
+++ b/src/schedule/schedule/getting-started.md
@@ -6,7 +6,7 @@ description: "This article demonstrates how to create a simple Scheduler and con
# Getting Started
-This section briefly explains how to create **Scheduler** component and configure its available functionalities in Angular Environment.
+This section briefly explains how to create [**Angular Scheduler**](https://www.syncfusion.com/angular-ui-components/angular-scheduler) component and configure its available functionalities in Angular Environment.
To get start quickly with Angular Scheduler using CLI and Schematics, you can check on this video:
@@ -279,4 +279,6 @@ export class AppComponent {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/header-bar.md b/src/schedule/schedule/header-bar.md
index a27609b..8c675d4 100644
--- a/src/schedule/schedule/header-bar.md
+++ b/src/schedule/schedule/header-bar.md
@@ -289,4 +289,6 @@ export class AppComponent {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/header-rows.md b/src/schedule/schedule/header-rows.md
index 074d13a..6077bc4 100644
--- a/src/schedule/schedule/header-rows.md
+++ b/src/schedule/schedule/header-rows.md
@@ -217,4 +217,6 @@ export class AppComponent {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/how-to/half-yearly-view.md b/src/schedule/schedule/how-to/half-yearly-view.md
new file mode 100644
index 0000000..c3d63b5
--- /dev/null
+++ b/src/schedule/schedule/how-to/half-yearly-view.md
@@ -0,0 +1,57 @@
+---
+title: "Scheduler Year view customization"
+component: "Scheduler"
+description: "This section explains how to customize the Year view using different properties in scheduler"
+---
+
+# Half-yearly view
+
+The year view of our scheduler displays all the 365 days and their related appointments of a particular year. You can customize the year view by using the following properties.
+
+* [`firstMonthOfYear`](../../api/schedule#firstmonthofyear)
+* [`monthsCount`](../../api/schedule#monthscount)
+* [`monthHeaderTemplate`](../../api/schedule#monthheadertemplate)
+
+In the following code example, you can see how to render only the last six months of a year in the scheduler. To start with the month of June, `firstMonthYear` is set to 6 and `monthsCount` is set to 6 to render only 6 months.
+
+{% tab template="schedule/year-customizations", sourceFiles="app/**/*.ts,app/app.component.html,app/index.css", iframeHeight="588px" %}
+
+```typescript
+import { Component, ViewEncapsulation } from '@angular/core';
+import {
+ ScheduleComponent, EventSettingsModel, EventRenderedArgs, YearService, TimelineYearService, GroupModel, ResizeService, DragAndDropService
+} from '@syncfusion/ej2-angular-schedule';
+import { resourceData } from './datasource.ts';
+
+@Component({
+ selector: 'app-root',
+ templateUrl: 'app/app.component.html',
+ providers: [YearService, TimelineYearService, ResizeService, DragAndDropService],
+ styleUrls: ['app/index.css'],
+ encapsulation: ViewEncapsulation.None
+})
+export class AppComponent {
+ public selectedDate: Date = new Date(2021, 7, 4);
+ public firstMonthOfYear: number = 6;
+ public monthsCount: number = 6;
+ public eventSettings: EventSettingsModel = {
+ dataSource: resourceData
+ };
+ public group: GroupModel = {
+ resources: ['Owners']
+ };
+ public ownerDataSource: Object[] = [
+ { OwnerText: 'Nancy', Id: 1, OwnerColor: '#ffaa00' },
+ { OwnerText: 'Steven', Id: 2, OwnerColor: '#f8a398' },
+ { OwnerText: 'Robert', Id: 3, OwnerColor: '#7499e1' },
+ { OwnerText: 'Smith', Id: 4, OwnerColor: '#f8a398' },
+ { OwnerText: 'Michael', Id: 5, OwnerColor: '#f8a398' }
+ ];
+ public getMonthHeaderText(date: Date): string {
+ return date.toLocaleString('en-us', { month: 'long' }) + ' ' + date.getFullYear();
+ }
+}
+
+```
+
+{% endtab %}
diff --git a/src/schedule/schedule/index.md b/src/schedule/schedule/index.md
index 374dfb0..629ed00 100644
--- a/src/schedule/schedule/index.md
+++ b/src/schedule/schedule/index.md
@@ -44,3 +44,5 @@ add/edit/delete the appointments, navigate to other views or dates and much more
Watch the overview of Angular Scheduler features from this video:
`youtube:WnBjPXPGmnw`
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
diff --git a/src/schedule/schedule/localization.md b/src/schedule/schedule/localization.md
index 689576d..a340590 100644
--- a/src/schedule/schedule/localization.md
+++ b/src/schedule/schedule/localization.md
@@ -428,6 +428,8 @@ export class AppComponent {
{% endtab %}
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
+
## See Also
* [How to change first day of the week in the Scheduler](./working-days/#setting-start-day-of-the-week)
\ No newline at end of file
diff --git a/src/schedule/schedule/module-injection.md b/src/schedule/schedule/module-injection.md
index b30e0ed..2661c51 100644
--- a/src/schedule/schedule/module-injection.md
+++ b/src/schedule/schedule/module-injection.md
@@ -36,4 +36,6 @@ The required modules should be injected into the Scheduler using the `@NgModule.
})
```
-> If a Scheduler `currentView` is set to any one of the available views without injecting that respective view module, then a script error will occur and the Scheduler will not render.
\ No newline at end of file
+**Note:** If a Scheduler `currentView` is set to any one of the available views without injecting that respective view module, then a script error will occur and the Scheduler will not render.
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/recurrence-editor.md b/src/schedule/schedule/recurrence-editor.md
index c6772e3..6a6b71c 100644
--- a/src/schedule/schedule/recurrence-editor.md
+++ b/src/schedule/schedule/recurrence-editor.md
@@ -231,4 +231,6 @@ export class AppComponent implements OnInit {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/resources.md b/src/schedule/schedule/resources.md
index 8c0acf3..15fd1f0 100644
--- a/src/schedule/schedule/resources.md
+++ b/src/schedule/schedule/resources.md
@@ -1241,3 +1241,5 @@ export class AppComponent {
```
{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
diff --git a/src/schedule/schedule/row-auto-height.md b/src/schedule/schedule/row-auto-height.md
index 2364bda..ce38b74 100644
--- a/src/schedule/schedule/row-auto-height.md
+++ b/src/schedule/schedule/row-auto-height.md
@@ -139,3 +139,5 @@ export class AppComponent {
```
{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
diff --git a/src/schedule/schedule/scheduler-interactions.md b/src/schedule/schedule/scheduler-interactions.md
index 8e276f0..f2d687c 100644
--- a/src/schedule/schedule/scheduler-interactions.md
+++ b/src/schedule/schedule/scheduler-interactions.md
@@ -21,3 +21,5 @@ The following table describes the Scheduler actions and also illustrates how tho
| Tooltip | Hover the mouse pointer over the events or resource header and the tooltip will be displayed. | Tap holding the events will open the tooltip on events. |
| Open editor window | Double click on cells or events to open the editor window. | Double click on cells or events to open the editor window. Single tap on cells, which displays a `+` icon on the cell. Now, tap on it again to open the new event editor window. To open the editor on events, single tap on it and then click on the edit icon to open the editor window in `Edit` mode. |
| Open quick info popup | Single clicking on a cell will open a quick popup prompting for new event creation. Single clicking on an event will open a popup displaying event information along with the option to edit and delete it. | No quick info popup is available while single tapping on cells. Single tapping on events, opens the popup showing event information. |
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/scheduler-styling.md b/src/schedule/schedule/scheduler-styling.md
index cf77d78..eebfce6 100644
--- a/src/schedule/schedule/scheduler-styling.md
+++ b/src/schedule/schedule/scheduler-styling.md
@@ -46,4 +46,6 @@ To modify the Scheduler appearance, you need to override the default CSS of Sche
| .e-schedule .e-timeline-view .e-resource-cells | Resource cells in timeline views of scheduler. |
| .e-schedule .e-timeline-month-view .e-resource-cells| Resource cells in timeline month view of scheduler. |
| e-parent-node | Parent resource cells in timeline views of scheduler. |
-| e-child-node | Child resource cells in timeline views of scheduler. |
\ No newline at end of file
+| e-child-node | Child resource cells in timeline views of scheduler. |
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/state-persistence.md b/src/schedule/schedule/state-persistence.md
index 02b8ff8..9416297 100644
--- a/src/schedule/schedule/state-persistence.md
+++ b/src/schedule/schedule/state-persistence.md
@@ -33,3 +33,5 @@ export class AppComponent {
```
{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
diff --git a/src/schedule/schedule/summary.md b/src/schedule/schedule/summary.md
index 118c753..17bd087 100644
--- a/src/schedule/schedule/summary.md
+++ b/src/schedule/schedule/summary.md
@@ -29,6 +29,7 @@
* [Set Default Value for Event Fields](schedule/how-to/set-default-value-for-event-fields.md)
* [Open Editor Window Manually](schedule/how-to/open-event-editor-manually.md)
* [Prevent the Date Navigation](schedule/how-to/prevent-date-navigation.md)
+* [Show half-yearly view](schedule/how-to/half-yearly-view.md)
* [Set Different Working Hours on Different Days](schedule/how-to/set-different-work-hours.md)
* [Show tooltip with delay](schedule/how-to/show-tool-tip-with-delay.md)
* [Show quick info template](schedule/how-to/quick-info-template.md)
diff --git a/src/schedule/schedule/timescale.md b/src/schedule/schedule/timescale.md
index ab35c5e..dabab6d 100644
--- a/src/schedule/schedule/timescale.md
+++ b/src/schedule/schedule/timescale.md
@@ -130,4 +130,6 @@ export class AppComponent {
}
```
-{% endtab %}
\ No newline at end of file
+{% endtab %}
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/timezone.md b/src/schedule/schedule/timezone.md
index f37766d..eda07d9 100644
--- a/src/schedule/schedule/timezone.md
+++ b/src/schedule/schedule/timezone.md
@@ -279,4 +279,6 @@ Returns `Date`
let date: Date = new Date(2018,11,5,15,25,11);
let convertedDate: Date = timezone.removeLocalOffset(date);
console.log(convertedDate); //2018-12-05T15:25:11.000Z
-```
\ No newline at end of file
+```
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/views.md b/src/schedule/schedule/views.md
index 0306dc1..526ea7f 100644
--- a/src/schedule/schedule/views.md
+++ b/src/schedule/schedule/views.md
@@ -644,3 +644,5 @@ export class AppComponent {
## See Also
* [How to restrict view navigation while clicking on dates](./how-to/prevent-date-navigation)
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
diff --git a/src/schedule/schedule/virtual-scrolling.md b/src/schedule/schedule/virtual-scrolling.md
index d659241..19d5f7e 100644
--- a/src/schedule/schedule/virtual-scrolling.md
+++ b/src/schedule/schedule/virtual-scrolling.md
@@ -94,4 +94,6 @@ export class AppComponent {
## See Also
-* [Virtual scrolling in Agenda view](./views/#agenda-view)
\ No newline at end of file
+* [Virtual scrolling in Agenda view](./views/#agenda-view)
+
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
\ No newline at end of file
diff --git a/src/schedule/schedule/working-days.md b/src/schedule/schedule/working-days.md
index fd4d535..b4fddcf 100644
--- a/src/schedule/schedule/working-days.md
+++ b/src/schedule/schedule/working-days.md
@@ -330,6 +330,8 @@ export class AppComponent {
{% endtab %}
+> You can refer to our [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [Angular Scheduler example](https://ej2.syncfusion.com/angular/demos/#/material/schedule/overview) to knows how to present and manipulate data.
+
## See Also
* [To display the current time indicator](./timescale/#highlighting-current-date-and-time)