2016-05-20 10:48:55 -07:00

4 lines
90 B
TypeScript

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