Hello, I have installed http-loader (npm install @ngx-translate/http-loader --save) and I'm importing it into my project directly from node_modules.
I have edited my systemjs config file and added '@ngx-translate/http-loader': 'node_modules/@ngx-translate/http-loader/bundles' in the map and '@ngx-translate/http-loader' : { defaultExtension: 'js' } in packages.
Hello, I have installed http-loader (
npm install @ngx-translate/http-loader --save
) and I'm importing it into my project directly fromnode_modules
.I have edited my
systemjs
config file and added'@ngx-translate/http-loader': 'node_modules/@ngx-translate/http-loader/bundles'
in the map and'@ngx-translate/http-loader' : { defaultExtension: 'js' }
in packages.But I get the following error:
Can you tell me what's wrong?