I am trying to run a simple unit test on angular2 app generated with angular-cli@1.0.0-beta.14 which uses ng2-translate@2.5.0.
When I run my unit tests the translate service can not load the translation file.
I believe the solution lies in a combination of karma.conf proxies property, the TranslateStaticLoader and the angular-cli.json setup.
I am using the standard cli directory structure. I have a feeling/hope this is a common problem. Will provide code and directory snippets if needed.