Files
angular/modules/@angular/platform-browser-dynamic/test/xhr/xhr_cache_setter.ts
2016-05-01 20:51:00 -07:00

4 lines
90 B
TypeScript

export function setTemplateCache(cache): void {
(<any>window).$templateCache = cache;
}