T4 Angular Template Cache
July 31, 2015 in Angular T4There’s a few ways to handle you’re angular directives and they all suck for different reasons.
Store them inline in your directives
The advantage to this method is you don’t have to make a separate web request, and it’s the simplest way to approach templates. This is where I started putting my templates, and I continue to put some templates here if they are very small and more important, simple.