Base solution for your next web application
Open Closed

Zero 5.4.1 and DevExtreme #5134


User avatar
0
BobIngham created

asp-core, angular: 5.4.1 Hey guys,

I followed the instructions at [https://medium.com/volosoft/devextreme-asp-net-zero-integration-444ea26d0fc5]) to implement a couple of DevExtreme components a while back on 5.1.0. It is worth noting that as of Angular 6 the instructions for implementation of DevExtreme in Angular 6 and above have changed. Therefore your blog will not work with 5.4.0 and above.

Instead of adding the following lines to your .angular-cli.json file:

"../node_modules/devextreme/dist/css/dx.common.css",
"../node_modules/devextreme/dist/css/dx.light.css",

One should instead add the following lines to your angular.json file:

"node_modules/devextreme/dist/css/dx.common.css",
"node_modules/devextreme/dist/css/dx.light.css",

This is as per their instructions at the following address: [https://github.com/DevExpress/devextreme-angular/blob/master/docs/using-angular-cli.md#configuration]). You may want to update the blog to save irrelevant issues being posted to github which seems to have replaced your forum as the go-to "can you help me with..." site.


5 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @BobIngham, thanks a lot for sharing this.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @BobIngham,

    We must do it actually for all of our documents and will do.

  • User Avatar
    0
    maharatha created

    Hi -

    Can you please update the documentation along with the example for Angular and .Net core ?

  • User Avatar
    0
    alper created
    Support Team

    Hi,

    I've created an internal issue for this one.

  • User Avatar
    0
    alirizaadiyahsi created

    Updated <a class="postlink" href="https://medium.com/volosoft/devextreme-asp-net-zero-integration-444ea26d0fc5">https://medium.com/volosoft/devextreme- ... 4ea26d0fc5</a>