How to add a full angularjs web app into another web app project through node_modules or bower_components?

71 Views Asked by At

I have developed a full angularjs web app that I need to Bower install or npm install it into another angularjs project. Do I need to bundle the whole app as one .js file e.g. templateCache.js that contains all the HTML codes in it or there is no need to bundle all into one .js but seperate index.css index.html index.js

0

There are 0 best solutions below