Thanks Zlatko, I think you might be on to what I need to do. When I was debugging looking for the actual http mechanism being used, I did come across the resource loader. I didn't know you could override with a custom one, that might do the trick.
Brian On Thursday, September 21, 2017 at 2:11:26 AM UTC-5, Zlatko Đurić wrote: > > Hi Brian, > > I think overriding Http or HttpClient won't help with this - Angular uses > ResourceLoader to load templates etc. You would need to override that and > provide your own implementation. Check this ticket as a starting point: > https://github.com/angular/angular/issues/13286 > > Zlatko > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
