Wijmo compilation for Angular4

Posted by: ykumar23 on 16 November 2017, 5:17 am EST

    • Post Options:
    • Link

    Posted 16 November 2017, 5:17 am EST

    Hi,

    We have got “C1Wijmo_5.20172.359” wijmo version. Its internal structure is as follows:

    COMMERCIAL-LICENSE.txt

    Intellisense

    readme.html

    ChangeLog.txt

    NpmImages

    Dist

    VsTemplates

    As I need to install WIJMO in my project I compiled with npm command

    “npm install <path_to_wijmo/NpmImages/wijmo-commonjs-src>”

    but a symlink is created in “<myprj_path/node_modules/wijmo” to the path provided to npm command.

    So I manually did the following :

    1. I copied “wijmo-commonjs-src” into my project/node_modules folder and renamed to “wijmo”.
    2. Also I manually copied styles folder to /node_modules/wijmo" from dist folder.

      And it worked as expected.

    But my project is suppose to support OLAP as well. And I found wijmo.olap.js missing in this folder. So manually copied from the following location to “/node_modules/wijmo” and it worked.

    http://prerelease.componentone.com/wijmo5/npm-images/C1Wijmo-Enterprise-Eval-AMD-5.20172.359.tgz”,

    Is there any procedure for achieving the above without manual intervention.

    Please let us know the procedure for build/compilation.

  • Posted 20 November 2017, 2:39 am EST

    Hi,

    The Olap control is not working since you have downloaded Wijmo Core build while Olap is a part of Wijmo Enterprises.

    You need to delete wijmo folder from node_modules. Now you can isntall new verison of builds using commond:

    npm install --save <NPMImages_path>/wijmo-commonjs-src
    

    You can get licensed builds from your account for Wijmo Enterprises only if you have purchased Wijmo Enterprise.

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels