This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
67c80fbb5e
angular-cn
/
modules
/
@angular
/
platform-browser
/
test
/
xhr
/
xhr_cache_setter.ts
4 lines
90 B
TypeScript
Raw
Blame
History
export
function
setTemplateCache
(
cache
)
:
void
{
(
<
any
>
window
)
.
$templateCache
=
cache
;
}
Reference in New Issue
View Git Blame
Copy Permalink