Alex Wright
Alex Wright

Reputation: 627

How to use the locally installed version of Syncfusion.Angular in Angular projects?

I have installed Syncfusion.Angular in my system:

Syncfusion

I can run the control panel and see all the resources and documentation. But, I don't know how to use it in my project. The official documentation does not explain the offline usage of Syncfusion.Angular (locally installed). How can I use locally installed controls?

Upvotes: 0

Views: 227

Answers (1)

user19871507
user19871507

Reputation: 26

Syncfusion components are also available in the npm registry you can install the components as an npm package and you can use them in your project. Please refer to the below documentation on how to utilize the Syncfusion angular components as npm packages. Also, the packages in the npm will be the same as in the installer.

https://ej2.syncfusion.com/angular/documentation/getting-started/angular-cli/

Upvotes: 1

Related Questions