diff --git a/ej2-angular/ui-kit/build-your-first-angular-app-with-blocks.md b/ej2-angular/ui-kit/build-your-first-angular-app-with-blocks.md index a304d6c2d8..0ce57e3331 100644 --- a/ej2-angular/ui-kit/build-your-first-angular-app-with-blocks.md +++ b/ej2-angular/ui-kit/build-your-first-angular-app-with-blocks.md @@ -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) @@ -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) diff --git a/ej2-angular/ui-kit/getting-started.md b/ej2-angular/ui-kit/getting-started.md index 1b3728ccaf..296c5ab3c1 100644 --- a/ej2-angular/ui-kit/getting-started.md +++ b/ej2-angular/ui-kit/getting-started.md @@ -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.