I am developing a product. There, i am separating a page with so many templates, use atleast 5-8 ng-include per page. is there any problem to use so many ng-include in a page?
The major problem is that each ng-include generates a http request, which will impact the page load times.
If all your doing is splitting up a page, you have a couple of options: