Any links for Infragistics Controls samples & support for Angular 2 ?
Thanks
Hello mcseidel,
Here are some useful links related to the IgniteUI Angular2 components for your reference:
- https://github.com/IgniteUI/igniteui-angular2-quickstart
- https://github.com/IgniteUI/igniteui-angular2
- http://igniteui.github.io/igniteui-angular2/
Please let me know if you need any further assistance.
Regards,Tsanna
Hi,
https://github.com/IgniteUI/igniteui-angular2 project works good.
but when I open the page with grid and tried to press refresh button on the browser i am getting the below issue.
Please look into it and let me know if there are any resolutions.
Microsoft.AspNetCore.NodeServices.HostingModels.HttpNodeInstance+<InvokeExportAsync>d__7.MoveNext()
Hello,
first make sure you have defined the references of Ignite UI product correctly.
If this is not the case, then it would be best if you can open another and attach your app there for investigations.
Hi Deyan,
I have referred the references of Ignite UI product as per the documentation from Github for Angular 2. I am using a trial version for POC.
I am still getting the same error when refreshed the page. Please refer the order of references given below.
<!-- Ignite UI Required Combined CSS Files --> <link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" /> <link href="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css" rel="stylesheet" /> <link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
<!-- 1. Load libraries --> <script src="http://code.jquery.com/jquery-1.12.3.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<!-- Ignite UI Required Combined JavaScript Files --> <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js"></script> <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js"></script> <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.dv.js"></script>
Thanks,
Sameer Manjrekar
Hi Sameer,
You have to make sure the context where IgniteUI-angular2 is imported is having the Ignite UI and its dependencies defined.
Please open another thread and attach an isolated sample with more details on the error you are having.
Also specify the IgniteUI-angular2 npm package version.