-
-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Ionic 2 example to RC.0 #248
Comments
Yes, it's definitely on my todo list :) |
Any quick tips on how to get it to work with Ionic RC.0? |
I suppose it should work just like the regular documentation for non ionic apps, just import the module and call |
Unfortunately it doesn't work. I get Using |
Hi! That's #218 . |
Ah, so it is. Thank you. |
On my side it writes: I did the following in app.model.ts:
|
TranslateLoader and TranslateStaticLoader can be imported from 'ng2-translate/src/translate.service', but calling TranslateModule.forRoot() will cause the build process to fail. |
dev mode works fine if we include {TranslateLoader , TranslateStaticLoader, TranslateService } from 'ng2-translate/src/translate.service', "ionic build" fails
|
Same for me.
|
#218 has some sort of solution |
Thanks for the quick fix! |
Be careful, for ionic the configuration should be : (mind the slash before assets) |
Current behavior
Readme explains bootstrapping for Ionic Beta
Expected/desired behavior
Readme explains bootstrapping for Ionic RC
Edit: Trying to put
TranslateModule.forRoot()
intoimports
in app.module.ts will kill the ngc.The text was updated successfully, but these errors were encountered: