So I apologize in advance if this has been answered, tried my best to look through similar stacks, but basically I'm curious about the scope of ngInclude functionality.
Does it have a single purpose as the question poses, as a partial template render feature?
Or could I set up a partial with an angular script embedded that would run on implementation on a different URI/route, given that page serves up Angular as well.
I'm looking for an optimal way of sharing angular interface across services other than using an iframe for example.