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
My project was using the gulp to place Angular bundles and systemjs to load them before Angular RC1. I tried to use the .umd.js files as a substitute for the bundles when RC1 released. I noticed everything seems to work fine but ng2-translate is not compatible if only the .umd.js file is used, throwing the following error:
The methods from lang are not really necessary, I could rewrite the few that I use so that it works for all users. I'll add it to the todo list, thanks for the report.
My project was using the gulp to place Angular bundles and systemjs to load them before Angular RC1. I tried to use the .umd.js files as a substitute for the bundles when RC1 released. I noticed everything seems to work fine but ng2-translate is not compatible if only the .umd.js file is used, throwing the following error:
I stripped the code down to this test file, to reproduce the error.
The text was updated successfully, but these errors were encountered: