-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Importing binding name 'EventEmitter' is not found. #5
Comments
@ignaciolarranaga This plugin is actually not needed anymore to use ng2-translate with NativeScript. The feature it provided is now available in core. To use ng2-translate with NativeScript, see this as example of how: The seed uses a MultilingualModule just to wrap more features with i18n but you can use the factory with |
Thanks @NathanWalker, actually my problem was that I had a wrong import |
@NathanWalker your links are broken, Here are some that are tied to a specific commit instead of master. I believe some refactoring broke your last links. |
I receive this error when I tried to update to angular 2.1.
You posted in here NathanWalker/angular-seed-advanced#270 that the solution for angular-seed-advanced is on master, I don't know if it is just needed to release a version from here ?
Here is the error received by the way:
And those are the lines of app.module.js:
This is line 4:
var ng2_translate_1 = require("ng2-translate/ng2-translate");
The text was updated successfully, but these errors were encountered: