Looking for a way to efficiently share cached template strings across different JavaScript libraries? I need to utilize
$templateCache.get("TEMPLATE.HTML")
within an Angular app that is accessible in the public JavaScript scope.
If anyone has any suggestions or guidance on how to achieve this, please point me in the right direction. Thank you!