Files
angular-docs-cn/modules/@angular/platform-browser-dynamic/test/xhr/xhr_cache_setter.ts
T

4 lines
113 B
TypeScript
Raw Normal View History

2016-06-08 15:45:15 -07:00
export function setTemplateCache(cache: any /** TODO #9100 */): void {
(<any>window).$templateCache = cache;
}