Skip to content

908067: Updating UG for the UI Kit topic (Session-2) #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Now that **my-angular-app** is set up with the desired theme configuration, the

### Steps to explore and copy block code snippets from the online demo

1. In the [online demo](#), navigate to the "Authentication" category and select the "Sign In" block. This will direct you to the appropriate demo page.
1. In the [online demo](https://ej2.syncfusion.com/angular/essential-ui-kit/#/blocks), navigate to the "Authentication" category and select the "Sign In" block. This will direct you to the appropriate demo page.

![Navigate to the sign-in block demo](images/navigate-to-the-sign-in-block-demo.png)

Expand Down Expand Up @@ -196,7 +196,7 @@ Once the necessary packages are added, run the `npm install` command via the ter

![Install Syncfusion component packages](images/install-syncfusion-component-packages.png)

Finally, go to the [online demo](#) or the [GitHub repository](https://github.com/syncfusion/essential-ui-kit-for-angular) and copy the required **TypeScript** code into your app. This typically includes the import module to run Syncfusion Angular components and any basic code required for the component to function.
Finally, go to the [online demo](https://ej2.syncfusion.com/angular/essential-ui-kit/#/blocks) or the [GitHub repository](https://github.com/syncfusion/essential-ui-kit-for-angular) and copy the required **TypeScript** code into your app. This typically includes the import module to run Syncfusion Angular components and any basic code required for the component to function.

![Import Syncfusion component module in TypeScript](images/import-syncfusion-component-module-in-typescript.png)

Expand Down
2 changes: 1 addition & 1 deletion ej2-angular/ui-kit/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ By adding the license key, you ensure that the blocks are fully functional and f

## Get Started by Viewing the Online Demo

If you prefer a quick demo instead of downloading the app, you can explore the blocks directly through the online demo. Simply visit the official [Essential UI Kit for Angular](#) website to interact with the blocks.
If you prefer a quick demo instead of downloading the app, you can explore the blocks directly through the online demo. Simply visit the official [Essential UI Kit for Angular](https://ej2.syncfusion.com/angular/essential-ui-kit/#/blocks) website to interact with the blocks.