1

I want to create a multi-page application using angularjs, because i want to make use of a lot of angularjs functionality, like two way binding, form validation, AJAX handling, etc. But I read from some blogs that angularjs is best suited for SPA only. Is that right?

Can I use it in my multi-page application?

If I can use it for a multi-page application, what is the better approach to implement it. Do I need to create a separate controller for each page?

4
  • 2
    Is Angular.js Just for Single Page Applications (SPA) Commented Oct 14, 2015 at 19:01
  • I had use Angular in a web application on some pages, where it was required. It works great. Commented May 10, 2016 at 9:12
  • Since a web request (non ajax) is a "reset", you have to use separate ng-app. Commented May 10, 2016 at 9:20
  • in new versions of angular ( >1.5 and angular 2) , you can create isolated components, that are easy to reuse. Commented Dec 28, 2016 at 19:49

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.