Closed michal-husak closed 3 years ago
@michal-husak , do you happen to have a sample repository? Just to be clear, ng run test
is successful but ng build
is failing? Are there any specific build parameters you are using (AoT, build optimizer, etc.)?
Closing as unable to reproduce.
Hey,
I am trying to use your
TranslateTestingModule
in one of my modulesTranslationTestHelperModule
:For running the tests it works great, but when I tried to build the project it throws an error:
My
TranslationTestHelperModule
is used just in the.spec.ts
files.My dependencies:
dev dependencies:
"ngx-translate-testing": "^5.0.0"
Any idea how to make the build running?
Thank you.