Thanks! That was the problem. On Tue, May 31, 2016 at 1:23 AM, Eyal Ellenbogen <[email protected]> wrote:
> I was getting the same error. Make sure your system.config is not > packaging the files using umd. > > see system.config.js in the quickstart > > https://github.com/angular/quickstart > > > > On Wednesday, May 25, 2016 at 1:03:10 AM UTC+3, Shaddy Zeineddine wrote: >> >> doing this... >> >> // assume testing = ('@angular/core/testing') >> // assume providers = ('@angular/platform-browser-dynamic/testing') >> testing.setBaseTestProviders(providers.TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS, >> providers.TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS); >> >> causes this... >> >> Error: Cannot resolve all parameters for 'ViewUtils'(RootRenderer, >> undefined @Inject(Token AppId), SanitizationService). Make sure that all >> the parameters are decorated with Inject or have valid type annotations and >> that 'ViewUtils' is decorated with Injectable. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/VmwrEMKsm70/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
