I'm traying to configure an AngularJs/NodeJs app in a Heroku Pipeline. What I understand of a every DevOps Pipeline, the goal is avoid recompiling the app in every stage. For the Node API the Heroku suggestion is pretty clear: config vars. But for the AngularJs client -obvisly, config vars are for server side scripts- I haven't found any suggestion or good practice. Also, I've searched into the deep internet and what I found is that there is not a common issue. I've found this well explained article and now I'm working on it, but what is hard to understand for me is: is not a common issue to avoid recompilation of Angular clients in stage-to production pipelines? Is there not a official proposal of AngularJs dev team to this situation?
My thougts are:
1- I'm misunderstanding something....or..
2- Promote to production Angular apps without recompiling is not a common issue.
Please, I'm new on Angular and I need some advice.
Thanks!