Files
Angular-Cn/modules/@angular/platform-browser-dynamic/test/xhr/xhr_cache_setter.ts
T

4 lines
90 B
TypeScript

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