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

4 lines
90 B
TypeScript
Raw Normal View History

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