I have setup an Angular 10 application together with .Net Core functionality (via "dotnet new angular" command)
Then I installed the igniteui for Angular package of which I use several components successfully.
As there is no igtree component in this package, I was wondering if I could integrate the igniteui-angular-wrappers package in my application.
Is it possible ? And what are the steps ?
Hello,
Thank you for posting in our community.
I have created and attached a sample project demonstrating how to integrate igniteui-angular-wrappers in an Angular project with ASP.NET Core. The steps I took were the following:
The steps listed above should allow you to successfully run a project.
Please let me know if you need any further assistance with this matter.
4760.Sample.zip
Hello Martin,
Thanks for looking into this issue. With your input, I got the igTree component working. My problem was caused by the jquery dependencies. It looks like I did not add all the necessary IgniteUI for JQuery dependencies in index.html.
thx, Peter