Skip to content

SEO-180837-Angular-Redirection #488

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

Open
wants to merge 1 commit into
base: hotfix/hotfix-v24.2.3
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions ej2-angular/getting-started/angular-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this guide, we will show you how to create an Angular project and install the

## Prerequisites

[System requirements for Syncfusion Angular UI components](../system-requirement/)
[System requirements for Syncfusion Angular UI components](../system-requirement)

## Setting up an Angular project

Expand Down Expand Up @@ -94,7 +94,7 @@ The above command does the following configuration to your Angular app,

This makes it easy to add the Syncfusion Angular Grids module to your project and start using it in your application.

For more information about version compatibility, see [version compatibility](../upgrade/version-compatibility/).
For more information about version compatibility, see [version compatibility](../upgrade/version-compatibility).

## Adding Syncfusion Angular components

Expand Down Expand Up @@ -166,15 +166,15 @@ Refer the below sample for more information.

{% previewsample "page.domainurl/samples/common/quickstart-cs1" %}

>Note: If you see a license banner when running your application, it means that you need to obtain a license key and register it within the application in order to use Syncfusion components. You can find more information on how to obtain and register a license key on our [Licensing overview](../licensing/overview/) page.
>Note: If you see a license banner when running your application, it means that you need to obtain a license key and register it within the application in order to use Syncfusion components. You can find more information on how to obtain and register a license key on our [Licensing overview](../licensing/overview) page.

You can also refer below video to get start Syncfusion Angular Grid component.

{% youtube "https://www.youtube.com/watch?v=lk83TlHQ95c" %}

## Syncfusion components-based styles

By default, the `Material` theme is registered in the `styles.css` file when you run the `ng add` command. However, Syncfusion Angular components offer a range of built-in [themes](../appearance/theme-studio/) that you can easily add to your project by importing the relevant theme.
By default, the `Material` theme is registered in the `styles.css` file when you run the `ng add` command. However, Syncfusion Angular components offer a range of built-in [themes](../appearance/theme-studio) that you can easily add to your project by importing the relevant theme.

The default `Material` theme includes styles for all Syncfusion Angular components. If you only want to use the styles for specific Syncfusion components, you can import only the required dependencies. For example, to use the styles for the Grid component alone, you can import the required dependencies as shown in the following snippet,

Expand All @@ -190,7 +190,7 @@ By default, the `Material` theme is registered in the `styles.css` file when you
@import '../node_modules/@syncfusion/ej2-angular-grids/styles/material.css';
```

For information on using SCSS styles, see [here](../common/how-to/sass/).
For information on using SCSS styles, see [here](../common/how-to/sass).

## Adding feature Modules to Syncfusion Angular components

Expand Down Expand Up @@ -270,7 +270,7 @@ export class AppComponent implements OnInit {

{% previewsample "page.domainurl/samples/common/quickstart1-cs1" %}

By using the Syncfusion Angular Grid component, you can easily add a robust data Grid to your Angular application that supports paging and sorting of data. For more details refer [Syncfusion Angular Grid](../grid/getting-started/).
By using the Syncfusion Angular Grid component, you can easily add a robust data Grid to your Angular application that supports paging and sorting of data. For more details refer [Syncfusion Angular Grid](../grid/getting-started).

## Syncfusion Angular components showcase samples

Expand All @@ -285,4 +285,4 @@ Syncfusion has a collection of sample applications that demonstrate the use of S
## See also

* [Upgradation Guide](../upgrade/upgrading-syncfusion)
* [Upgradation Guide](../upgrade/upgrading-syncfusion/)
* [Upgradation Guide](../upgrade/upgrading-syncfusion)