You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: