Skip to content

Commit

Permalink
fix(core): fix platform-browser-dynamic (#18576)
Browse files Browse the repository at this point in the history
follow-up for #18496
  • Loading branch information
vicb committed Aug 8, 2017
1 parent fcadbf4 commit f0a5501
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ export {VERSION} from './version';
* @experimental
*/
export const RESOURCE_CACHE_PROVIDER: Provider[] =
[{provide: ResourceLoader, useClass: CachedResourceLoader}];
[{provide: ResourceLoader, useClass: CachedResourceLoader, deps: []}];

/**
* @stable
Expand Down

0 comments on commit f0a5501

Please sign in to comment.