You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-angular/3d-chart/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,17 @@ ng new my-app
30
30
cd my-app
31
31
```
32
32
33
-
## Installing Syncfusion 3D Chart package
33
+
## Installing Syncfusion<supstyle="font-size:70%">®</sup> 3D Chart package
34
34
35
-
Syncfusionpackages are distributed in npm as `@syncfusion` scoped packages. You can get all the Angular Syncfusion package from npm [link](https://www.npmjs.com/search?q=%40syncfusion%2Fej2-angular-).
35
+
Syncfusion<supstyle="font-size:70%">®</sup> packages are distributed in npm as `@syncfusion` scoped packages. You can get all the Angular Syncfusion<supstyle="font-size:70%">®</sup> package from npm [link](https://www.npmjs.com/search?q=%40syncfusion%2Fej2-angular-).
36
36
37
-
Currently, Syncfusion provides two types of package structures for Angular components,
37
+
Currently, Syncfusion<supstyle="font-size:70%">®</sup> provides two types of package structures for Angular components,
38
38
1. Ivy library distribution package [format](https://angular.dev/tools/libraries/angular-package-format)
39
39
2. Angular compatibility compiler(Angular’s legacy compilation and rendering pipeline) package.
40
40
41
41
### Ivy library distribution package
42
42
43
-
Syncfusion Angular packages(`>=20.2.36`) has been moved to the Ivy distribution to support the Angular [Ivy](https://docs.angular.lat/guide/ivy) rendering engine and the package are compatible with Angular version 12 and above. To download the package use the below command.
43
+
Syncfusion<supstyle="font-size:70%">®</sup> Angular packages(`>=20.2.36`) has been moved to the Ivy distribution to support the Angular [Ivy](https://docs.angular.lat/guide/ivy) rendering engine and the package are compatible with Angular version 12 and above. To download the package use the below command.
44
44
45
45
Add [`@syncfusion/ej2-angular-charts`](https://www.npmjs.com/package/@syncfusion/ej2-angular-charts/v/20.2.38) package to the application.
For Angular version below 12, you can use the legacy (ngcc) package of the Syncfusion Angular components. To download the `ngcc` package use the below.
53
+
For Angular version below 12, you can use the legacy (ngcc) package of the Syncfusion<supstyle="font-size:70%">®</sup> Angular components. To download the `ngcc` package use the below.
54
54
55
55
Add [`@syncfusion/ej2-angular-charts@ngcc`](https://www.npmjs.com/package/@syncfusion/ej2-angular-charts/v/20.2.38-ngcc) package to the application.
Copy file name to clipboardExpand all lines: ej2-angular/accordion/ej1-api-migration.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ domainurl: ##DomainURL##
10
10
11
11
# Ej1 api migration in Angular Accordion component
12
12
13
-
This article describes the API migration process of Accordion component from EssentialJS 1 to Essential JS 2.
13
+
This article describes the API migration process of Accordion component from Essential<supstyle="font-size:70%">®</sup> JS 1 to Essential<supstyle="font-size:70%">®</sup> JS 2.
14
14
15
15
## Accessibility and Localization
16
16
17
17
<!-- markdownlint-disable MD033 -->
18
18
19
-
|**Behavior**|**Property in EssentialJS 1**|**Property in Essential JS 2**|
19
+
|**Behavior**|**Property in Essential<supstyle="font-size:70%">®</sup> JS 1**|**Property in Essential<supstyle="font-size:70%">®</sup> JS 2**|
Syncfusionpackages are distributed in npm as `@syncfusion` scoped packages. You can get all the Angular Syncfusion package from npm [link](https://www.npmjs.com/search?q=%40syncfusion%2Fej2-angular-).
50
+
Syncfusion<supstyle="font-size:70%">®</sup> packages are distributed in npm as `@syncfusion` scoped packages. You can get all the Angular Syncfusion<supstyle="font-size:70%">®</sup> package from npm [link](https://www.npmjs.com/search?q=%40syncfusion%2Fej2-angular-).
51
51
52
-
Currently, Syncfusion provides two types of package structures for Angular components,
52
+
Currently, Syncfusion<supstyle="font-size:70%">®</sup> provides two types of package structures for Angular components,
53
53
1. Ivy library distribution package [format](https://angular.dev/tools/libraries/angular-package-format)
54
54
2. Angular compatibility compiler(Angular’s legacy compilation and rendering pipeline) package.
55
55
56
56
### Ivy library distribution package
57
57
58
-
Syncfusion Angular packages(`>=20.2.36`) has been moved to the Ivy distribution to support the Angular [Ivy](https://docs.angular.lat/guide/ivy) rendering engine and the package are compatible with Angular version 12 and above. To download the package use the below command.
58
+
Syncfusion<supstyle="font-size:70%">®</sup> Angular packages(`>=20.2.36`) has been moved to the Ivy distribution to support the Angular [Ivy](https://docs.angular.lat/guide/ivy) rendering engine and the package are compatible with Angular version 12 and above. To download the package use the below command.
59
59
60
60
Add [`@syncfusion/ej2-angular-navigations`](https://www.npmjs.com/package/@syncfusion/ej2-angular-navigations/v/20.2.38) package to the application.
For Angular version below 12, you can use the legacy (ngcc) package of the Syncfusion Angular components. To download the `ngcc` package use the below.
68
+
For Angular version below 12, you can use the legacy (ngcc) package of the Syncfusion<supstyle="font-size:70%">®</sup> Angular components. To download the `ngcc` package use the below.
69
69
70
70
Add [`@syncfusion/ej2-angular-navigations@ngcc`](https://www.npmjs.com/package/@syncfusion/ej2-angular-navigations/v/20.2.38-ngcc) package to the application.
Copy file name to clipboardExpand all lines: ej2-angular/accordion/how-to/integrate-treeview-inside-the-accordion.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Integrate treeview inside the accordion in Angular Accordion component|Syncfusion
3
+
title: Integrate treeview in Angular Accordion component | Syncfusion
4
4
description: Learn here all about Integrate treeview inside the accordion in Syncfusion Angular Accordion component of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-angular
6
6
control: Integrate treeview inside the accordion
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
10
10
11
11
# Integrate treeview inside the accordion in Angular Accordion component
12
12
13
-
Accordion supports to render other Essential JS 2 Components by using content property.
13
+
Accordion supports to render other Essential<supstyle="font-size:70%">®</sup> JS 2 Components by using content property.
14
14
You can give content as an element string like below, for initializing the component.
Copy file name to clipboardExpand all lines: ej2-angular/accumulation-chart/ej1-api-migration.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ domainurl: ##DomainURL##
12
12
13
13
# Ej1 api migration in Angular Accumulation chart component
14
14
15
-
This article describes the API migration process of {Component Name} component from EssentialJS 1 to Essential JS 2.
15
+
This article describes the API migration process of {Component Name} component from Essential<supstyle="font-size:70%">®</sup> JS 1 to Essential<supstyle="font-size:70%">®</sup> JS 2.
16
16
17
17
## Accumulation Chart
18
18
19
-
| Behavior | API in EssentialJS 1 | API in Essential JS 2 |
19
+
| Behavior | API in Essential<supstyle="font-size:70%">®</sup> JS 1 | API in Essential<supstyle="font-size:70%">®</sup> JS 2 |
0 commit comments