Due to a bug nodejs/node#6624 in node 6.x ngtemplate loader fails on Windows. While doing resource.indexOf(relativeTo) it cannot find a part of the relative path as indexOf is case sensitive. Any chance to change it to case insensitive on Windows (or do toLower() before indexOf())?