I think I may be missing a step to get the ignite controls working with angular 2 and webpack.
I've created a webapp using the following template, Angular2 Template For Visual Studio. I then install ignite-ui and igniteui-angular2 npm packages. Then add both of them as vendor entries in the webpack.config.vendor.js file. The problem is when I try to run the app I keep getting Jquery undefined errors coming from my javascript. Any advice to get this running wound be appreciated.
Thanks.
Hello,
Thanks for posting into our community!
I'll investigate this one and return back to you once I've got some feedback.
I'm attaching Angular2 template in Visual Studio 2015 with IgTextEditorComponent, please review it and let me know if it if it helps.