-
Notifications
You must be signed in to change notification settings - Fork 146
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
Issue with angular 2 RC6 #97
Comments
They've broken so many things with this RC6 (and 2.0.0) it's a real nightmare! I'am still not able to run my unit tests... my karma conf is broken... |
@combmag i know....it is really old issue....but have you found a solution how to configure RESOURCE_CACHE_PROVIDER on init phase? |
@meriturva afaik RESOURCE_CACHE_PROVIDER should be provided to TestBed.configureCompiler and not to initTestEnvironment that's what fixed the issue. |
Anyway i have developed a simple karma pre-processor to fix template and avoid see: https://stackoverflow.com/questions/44539485/angular2-tests-and-resource-cache-provider-global so thanks @combmag |
HI i have the following issue after i upgraded to rc6
previously the configuration was like the one below:
now when i upgraded to rc6 and changed to:
i got an error that the html is not found and when i tried to debug it seems taht resource cache provider is never called..
am i missing something?
The text was updated successfully, but these errors were encountered: