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
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular Circular Gauge package, use the following command.
41
+
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular Circular Gauge package, use the following command.
42
42
43
43
```sh
44
44
npm install @syncfusion/ej2-angular-circulargauge
@@ -48,13 +48,13 @@ The above command does the below configuration to your Angular app.
48
48
49
49
* Adds `@syncfusion/ej2-angular-circulargauge` package and its peer dependencies to your `package.json` file.
50
50
* Imports the `CircularGaugeModule` in your application module `app.module.ts`.
51
-
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
51
+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
52
52
53
-
This makes it easy to add the Syncfusion Angular Circular Gauge module to your project and start using it in your application.
53
+
This makes it easy to add the Syncfusion<sup>®</sup> Angular Circular Gauge module to your project and start using it in your application.
54
54
55
55
### Add Circular Gauge component
56
56
57
-
In **src/app/app.component.ts**, use `<ejs-circulargauge>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Circular Gauge component.
57
+
In **src/app/app.component.ts**, use `<ejs-circulargauge>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Circular Gauge component.
58
58
59
59
```typescript
60
60
import { Component } from'@angular/core';
@@ -108,6 +108,14 @@ Circular Gauge component is also offered in the following list of frameworks.
108
108
*[Globalization](https://ej2.syncfusion.com/angular/documentation/circular-gauge/internationalization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-circulargauge-npm): Personalize the circular gauge component with different languages, as well as culture-specific number, date and time formatting.
109
109
*[Accessibility](https://ej2.syncfusion.com/angular/documentation/circular-gauge/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=angular-circulargauge-npm): Provides with built-in accessibility support which helps to access all the circular gauge component features through the keyboard, screen readers, or other assistive technology devices.
Product support is available through the following mediums.
@@ -124,10 +132,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
124
132
125
133
## License and copyright
126
134
127
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
135
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
128
136
129
137
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
130
138
131
139
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/circulargauge/license?utm_source=npm&utm_campaign=angular-circulargauge-npm) for more info.
0 commit comments