Posted 10 May 2021, 3:28 am EST
I have downloaded the free trial version. How to include it in angular 7 application.
Forums Home / Wijmo / General Discussion
Posted by: technical.store.technical on 10 May 2021, 3:28 am EST
Posted 10 May 2021, 3:28 am EST
I have downloaded the free trial version. How to include it in angular 7 application.
Posted 11 May 2021, 1:34 pm EST
Hi,
Thank you for evaluating wijmo. To use wijmo controls in your angular application, instead of downloading from our website you may use npm like
npm install @grapecity/wijmo.angular2.all
It will install all the wijmo controls for angular. You can also install specific controls as per your requirement.
All Wijmo modules should be imported using their ambient names, which are module names prefixed with “@grapecity/”, and without the “.js” extension. For example, this import statement imports the content of the “wijmo.angular2.grid.js” module:
import * as wjGrid from ‘@grapecity/wijmo.angular2.grid’
For more information, please refer to the following quick start guide for angular: https://www.grapecity.com/wijmo/docs/GettingStarted/QuickStart/QuickStart-Angular
You may also checkout our demos for angular: https://www.grapecity.com/wijmo/demos/Grid/Overview/angular
Hope this will help you to get started with wijmo. Feel free to reach out if you face any issues.
Regards