diff --git a/angular-toc.html b/angular-toc.html
index 3c5b1dd5..16878084 100644
--- a/angular-toc.html
+++ b/angular-toc.html
@@ -1351,7 +1351,7 @@
Release Notes
- - 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
+ - 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
- 2021 volume 3 - v19.3.0.*
- 2021 Volume 2 - v19.2.0.*
- 2021 Volume 1 - v19.1.0.*
- 2020 Volume 4 - v18.4.0.*
- 2020 Volume 3 - v18.3.0.*
- 2020 Volume 2 - v18.2.0.*
- 2020 Volume 1 - v18.1.0.*
- 2019 Volume 4 - v17.4.0.*
- 2019 Volume 3 - v17.3.0.*
- Weekly Nuget Release
- v17.3.0.34
- v17.3.0.33
- v17.3.0.30
- v17.3.0.29
- v17.3.0.28
- v17.3.0.27
diff --git a/angular/Button/Miscellaneous.md b/angular/Button/Miscellaneous.md
index 2d8b2e9d..bba4f780 100644
--- a/angular/Button/Miscellaneous.md
+++ b/angular/Button/Miscellaneous.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Miscellaneous
-description: miscellaneous
+title: Miscellaneous in Angular Button Control | Syncfusion
+description: Learn here about miscellaneous support in Syncfusion Essential Angular Button Control, its elements, and more.
platform: Angular
control: Button
documentation: ug
---
-# Miscellaneous
+# Miscellaneous in Angular Button
## Text
@@ -48,7 +48,7 @@ In the above code, the content of button “button” is replaced by the text va
Execute the above code to render the following output.
-
+
## Show Rounded Corner
@@ -87,7 +87,7 @@ In the **HTML** page, add the following button elements to configure **Button**
Execute the above code to render the following output.
-
+
diff --git a/angular/Button/RTL-Support.md b/angular/Button/RTL-Support.md
index 8ea08c29..96b45db4 100644
--- a/angular/Button/RTL-Support.md
+++ b/angular/Button/RTL-Support.md
@@ -1,13 +1,13 @@
---
layout: post
-title: RTL-Support
-description: rtl support
+title: RTL Support in Angular Button Control | Syncfusion
+description: Learn here about RTL Support in Syncfusion Essential Angular Button Control, its elements, and more.
platform: Angular
control: Button
documentation: ug
---
-# RTL Support
+# RTL Support in Angular Button
In some cases you can use right to left alignment. Here, RTL support is provided using **enableRTL** property. In RTL mode when you have more than one content (image/text, image/image) in button, then these content are aligned in right to left format. For example, when text is in left and image is in right position, after applying right to left alignment these position are interchanged.
@@ -46,5 +46,5 @@ In above mentioned code example prefixIcon property is used and the icon that is
Execute the above code to render the following output.
-
+
diff --git a/angular/Button/Repeat-Button.md b/angular/Button/Repeat-Button.md
index 020488d6..deb09700 100644
--- a/angular/Button/Repeat-Button.md
+++ b/angular/Button/Repeat-Button.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Repeat-Button
-description: repeat button
+title: Repeat Button in Angular Button Control | Syncfusion
+description: Learn here about Repeat Button support in Syncfusion Essential Angular Button Control, its elements, and more.
platform: Angular
control: Button
documentation: ug
---
-# Repeat Button
+# Repeat Button in Angular Button
When you press button continuously, click event is raised at each specific time interval. This type of button is called **Repeat Button**. This functionality repeatedly raises the click event of button in both button click and from button in pressed state to the released state. **timeInterval** property is used to specify the time Interval for triggering click event, when the button is in pressed state. **repeatButton** property is used to set the button in repeat mode.
@@ -58,5 +58,5 @@ export class DefaultComponent {
Execute the above code to render the following output.
-
+
diff --git a/angular/Release-Notes/v20.2.0.45.md b/angular/Release-Notes/v20.2.0.45.md
new file mode 100644
index 00000000..7d6c30ed
--- /dev/null
+++ b/angular/Release-Notes/v20.2.0.45.md
@@ -0,0 +1,16 @@
+---
+title: Essential Studio for Angular Weekly Nuget Release Release Notes
+description: Essential Studio for Angular Weekly Nuget Release Release Notes
+platform: Angular
+documentation: ug
+---
+
+# Essential Studio for Angular Release Notes
+
+{% include release-info.html date="August 23, 2022" version="v20.2.0.45" %}
+
+{% directory path: _includes/release-notes/v20.2.0.45 %}
+
+{% include {{file.url}} %}
+
+{% enddirectory %}
\ No newline at end of file