I'm struggling to load the aws-iot-device-sdk npm module into my Angular 2 project.
I've npm installed, and added a script tag to my index.html, but I'm not sure exactly which file to include in the script tag.
I tried browserifying the whole module and including, and I also tried to include the path reference into SystemJS.
I followed a post about importing external libraries, but aws-iot-device-sdk seems to have a strange structure.
Any help is greatly appreciated :)