Mouli
Mouli

Reputation: 91

AngularJS in Round-trip applications

I have started developing in AngularJS to implement a single-page application. The domain (Single-Page application) looks really interesting; can we develop a round-trip application in which we will have many pages, using AngularJS in some parts of the application. For example, if we are developing a Employees invoice which consists of Employee Management, Invoice management etc.; Can all employee management tasks be implemented in a single page and the Invoice Management in the other page?

Best Regards, Mouli.

Upvotes: 0

Views: 566

Answers (1)

Paul John
Paul John

Reputation: 1661

Yes, you can devleop multple page applications.

Here is a good post

Is AngularJS just for single-page applications (SPAs)?

AngularJS Multi-Page App Site Boilerplate Site Structure Advice

Upvotes: 1

Related Questions