Skip to content

Commit 8a66efb

Browse files
Integrated latest changes at 04-23-2025 10:30:08 PM
1 parent 0cd07c1 commit 8a66efb

File tree

11 files changed

+33
-23
lines changed

11 files changed

+33
-23
lines changed

ej2-angular/common/accessibility.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,5 +629,13 @@ vertical-align: top;
629629
<td>Yes</td>
630630
<td><a target="_self" href="https://ej2.syncfusion.com/angular/documentation/skeleton/accessibility">Documentation</a></td>
631631
</tr>
632+
</tr>
633+
<tr>
634+
<td>DropDownList</td>
635+
<td>Yes</td>
636+
<td>AA</td>
637+
<td>Yes</td>
638+
<td><a target="_self" href="https://ej2.syncfusion.com/angular/documentation/drop-down-list/accessibility">Documentation</a></td>
639+
</tr>
632640
</tbody>
633641
</table>

ej2-angular/samples/dropdownlist/asterisk-cs1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<meta name="author" content="Syncfusion">
1111
<style>#loader{color:#008cff;height:40px;width:30%;position:absolute;top:45%;left:45%}#wrapper{width:250px;margin:0 auto}</style><link href="asterisk.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="asterisk.css"></noscript>
1212
<!-- Here we have used CDN links for our preview purpose -->
13-
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.4a9b6c6cb4c38c4a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.4a9b6c6cb4c38c4a.css"></noscript></head>
13+
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.7d3d65afe2fcade0.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.7d3d65afe2fcade0.css"></noscript></head>
1414
<body>
1515
<div id="wrapper" style="margin-top: 20px">
1616
<app-root>
1717
<div id="loader">LOADING....</div>
1818
</app-root>
1919
</div>
20-
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.ef09f2a5e833a95b.js" type="module"></script></body>
20+
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.a35ad44a93db37a1.js" type="module"></script></body>
2121
</html>

ej2-angular/samples/dropdownlist/asterisk-cs1/main.a35ad44a93db37a1.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ej2-angular/samples/dropdownlist/asterisk-cs1/main.ef09f2a5e833a95b.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/dropdownlist/asterisk-cs1/styles.4a9b6c6cb4c38c4a.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/dropdownlist/asterisk-cs1/styles.7d3d65afe2fcade0.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ej2-angular/samples/grid/print-expanded-state/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
width: 30%;
2121
}
2222
</style>
23-
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.fdd977a7f66a7c78.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.fdd977a7f66a7c78.css"></noscript></head>
23+
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.cf3e0ddb3eaa5da7.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.cf3e0ddb3eaa5da7.css"></noscript></head>
2424
<body>
2525
<app-root>
2626
<div id="loader">Loading....</div>
2727
</app-root>
28-
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.13c3ab941eca0a19.js" type="module"></script></body>
28+
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.c484700a58a74931.js" type="module"></script></body>
2929
</html>

ej2-angular/samples/grid/print-expanded-state/main.13c3ab941eca0a19.js renamed to ej2-angular/samples/grid/print-expanded-state/main.c484700a58a74931.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ej2-angular/samples/grid/print-expanded-state/styles.fdd977a7f66a7c78.css renamed to ej2-angular/samples/grid/print-expanded-state/styles.cf3e0ddb3eaa5da7.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ej2-angular/ui-kit/build-your-first-angular-app-with-blocks.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,30 @@ domainurl: ##DomainURL##
1010

1111
# Build your first Angular app with our blocks
1212

13+
This tutorial guides you through building an Angular application using Syncfusion's UI Kit blocks. It demonstrates how to set up a new Angular project, choose between Tailwind CSS or Bootstrap 5.3 themes, and add a sign-in block in your application. The goal is to help developers quickly build responsive, modern web apps using a variety of prebuilt blocks with minimal effort.
14+
1315
## Before You Start: Real-Life Use Case
1416

1517
Before diving into the setup, let's explore a **real-life use case** — building a **Customer Support Portal** using our Angular UI Kit. This video tutorial walks you through the process step by step.
1618

1719
{% youtube "https://www.youtube.com/watch?v=EWGZJ9T7K40" %}
1820

19-
Once you’ve seen this use case in action, we’ll move on to setting up an Angular app and integrating Syncfusion<sup style="font-size:70%">&reg;</sup> UI Kit blocks.
21+
Once you’ve seen this use case in action, the next step is to set up an Angular app and integrate Syncfusion<sup style="font-size:70%">&reg;</sup> UI Kit blocks.
2022

2123
## Create a new Angular app
22-
To create a new Angular app, please refer to the official Angular setup guide [here](https://v17.angular.io/guide/setup-local) to get started. In this example, I have created a new Angular app named **my-angular-app** and will walk you through the step-by-step process of adding a simple sign-in block.
24+
To create a new Angular app, refer to the official Angular setup guide [here](https://v17.angular.io/guide/setup-local) to get started. In this example, I have created a new Angular app named **my-angular-app** and will walk you through the step-by-step process of adding a simple sign-in block.
2325

2426
![New Angular App](images/new-angular-app.png)
2527

26-
## Setting up Tailwind or Bootstrap 5.3 theme in the app
28+
## Setting up Tailwind CSS or Bootstrap 5.3 theme in the app
2729

28-
After creating the new Angular app named **my-angular-app**, open it in Visual Studio Code (which we'll be using throughout this walkthrough). Once the app is open, before proceeding further, navigate to the **src -> app -> app.component.html** file and remove the template HTML code. Remember, only remove the template HTML code and not the `<router-outlet />` code.
30+
After creating the new Angular app named **my-angular-app**, open it in Visual Studio Code (which will be used throughout this walkthrough). Once the app is open, before proceeding further, navigate to the **src -> app -> app.component.html** file and remove the template HTML code. Remember, only remove the template HTML code and not the `<router-outlet />` code.
2931

30-
The next step is to choose a theme, either **Tailwind** or **Bootstrap 5.3**, in either light or dark mode, and configure the app accordingly.
32+
The next step is to choose a theme, either **Tailwind CSS** or **Bootstrap 5.3**, in either light or dark mode, and configure the app accordingly.
3133

32-
### Tailwind configuration
34+
### Tailwind CSS configuration
3335

34-
If you choose **Tailwind** theme, follow these steps to configure it.
36+
If you choose **Tailwind CSS** theme, follow these steps to configure it.
3537

3638
1. In **src -> index.html** file, add the following code for light mode (`class="light"`) and dark mode (`class="dark"`) in the `<html>` tag.
3739

@@ -47,7 +49,7 @@ If you choose **Tailwind** theme, follow these steps to configure it.
4749
<html lang="en" class="dark">
4850
```
4951

50-
2. In **src -> index.html** file, add the following scripts in the `<head>` tag.
52+
2. In **src -> index.html** file, add the following scripts in the `<head>` tag. The main purpose of these scripts is to dynamically generate the appropriate Tailwind CSS classes at runtime based on the styles used in the application, and to replace the primary (highlight) color in the CSS with a custom indigo color palette.
5153

5254
```html
5355
<script src="https://cdn.tailwindcss.com"></script>
@@ -77,7 +79,7 @@ If you choose **Tailwind** theme, follow these steps to configure it.
7779
}
7880
</script>
7981
```
80-
> The Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components uses **Indigo** for light mode and **Cyan** for dark mode. So, please change the primary color accordingly to maintain a uniform appearance.
82+
> The Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components uses **Indigo** for light mode and **Cyan** for dark mode. To maintain a uniform appearance, change the primary color accordingly.
8183

8284

8385
3. In **src -> index.html** file, add the style oriented CDN link for Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components in the `<head>` tag.
@@ -94,17 +96,17 @@ If you choose **Tailwind** theme, follow these steps to configure it.
9496
<link href="https://cdn.syncfusion.com/ej2/27.1.48/tailwind-dark.css" rel="stylesheet" />
9597
```
9698

97-
4. **OPTIONAL**: If you wish to use our font icons prepared for **Tailwind**, you can include the following CDN link:
99+
4. **OPTIONAL**: If you wish to use our font icons prepared for **Tailwind CSS**, you can include the following CDN link:
98100

99101
```html
100102
<link href="https://cdn.syncfusion.com/ej2/angular/ui-kit/font-icons/tailwind-icons.css" rel="stylesheet" />
101103
```
102104

103105
You can refer to the consolidated screenshot below for more details.
104106

105-
![Tailwind configuration](images/tailwind-configuration.png)
107+
![Tailwind CSS configuration](images/tailwind-configuration.png)
106108

107-
Now that the **Tailwind** theme is configured for either light or dark mode of your choice, the app is ready for the next set of processes.
109+
Now that the **Tailwind CSS** theme is configured for either light or dark mode of your choice, the app is ready for the next set of processes.
108110

109111
### Bootstrap 5.3 configuration
110112

@@ -168,7 +170,7 @@ Now that **my-angular-app** is set up with the desired theme configuration, the
168170

169171
2. On the demo page, go to the first demo, which showcases a simple sign-in block. Choose the desired theme, then switch from the "Preview" tab to the "Code" tab.
170172

171-
![Choose Tailwind or Bootstrap theme](images/choose-tailwind-or-bootstrap-theme.png)
173+
![Choose Tailwind CSS or Bootstrap theme](images/choose-tailwind-or-bootstrap-theme.png)
172174

173175
3. In the "Code" tab, copy the HTML code using the "Copy to clipboard" option and paste it into the **src -> app -> app.component.html** file.
174176

@@ -190,7 +192,7 @@ Now that **my-angular-app** is set up with the desired theme configuration, the
190192

191193
> **Note:**
192194
>
193-
> 1. In the HTML, the **Tailwind** design code is placed within the "if" block, while the **Bootstrap 5.3** design code is placed in the "else" block.
195+
> 1. In the HTML, the **Tailwind CSS** design code is placed within the "if" block, while the **Bootstrap 5.3** design code is placed in the "else" block.
194196
> 2. Ignore the code within the "SB Code - Start" and "SB Code - End" comments, as it is intended solely for sample browser purposes.
195197

196198
## Steps to install and configure Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components

ej2-angular/ui-kit/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Overview: Essential<sup style="font-size:70%">&reg;</sup> UI Kit for Angular
1212

13-
The Essential<sup style="font-size:70%">&reg;</sup> UI Kit for Angular comprises over 160 responsive, ready-to-use, easy-to-implement, and customizable blocks designed to help you quickly build web applications. These blocks are developed using HTML, CSS, TypeScript, and Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components, delivering robust functionality and ease of use. They are compatible with both Tailwind and Bootstrap 5.3 CSS frameworks, supporting light and dark modes to offer flexibility and seamless integration across different user preferences. The UI kit includes blocks for the following categories:
13+
The Essential<sup style="font-size:70%">&reg;</sup> UI Kit for Angular comprises over 160 responsive, ready-to-use, easy-to-implement, and customizable blocks designed to help you quickly build web applications. These blocks are developed using HTML, CSS, TypeScript, and Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components, delivering robust functionality and ease of use. They are compatible with both Tailwind CSS and Bootstrap 5.3 CSS frameworks, supporting light and dark modes to offer flexibility and seamless integration across different user preferences. The UI kit includes blocks for the following categories:
1414

1515
<table>
1616
<tr>

0 commit comments

Comments
 (0)