We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16232d7 commit 418dc2eCopy full SHA for 418dc2e
src/systemjs-angular-loader.js
@@ -19,7 +19,7 @@ module.exports.translate = function(load){
19
20
load.source = load.source
21
.replace(templateUrlRegex, function(match, quote, url){
22
- let resolvedUrl = url;
+ var resolvedUrl = url;
23
24
if (url.startsWith('.')) {
25
resolvedUrl = basePath + url.substr(1);
0 commit comments