I have a web application and one of the requirements is to make the HTML easily customizable by customers. If I'm required to bundle the HTML up in a javascript file, this isn't going to be the easiest thing for our customers to edit and would most likely require deploying the source so they could modify and build.
I realize I can deploy the entire code base as-is, but that also means giving up all kinds of performance. Ideally I would like to bundle all of the javascript but have the HTML templates deployed separately where they are easily accessible. Is this model possible with Angular?