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)
-
0
Hi @BobIngham, thanks a lot for sharing this.
-
0
Thanks @BobIngham,
We must do it actually for all of our documents and will do.
-
0
Hi -
Can you please update the documentation along with the example for Angular and .Net core ?
-
0
Hi,
I've created an internal issue for this one.
-
0
Updated <a class="postlink" href="https://medium.com/volosoft/devextreme-asp-net-zero-integration-444ea26d0fc5">https://medium.com/volosoft/devextreme- ... 4ea26d0fc5</a>