-2

I'm new to Angular, and I researched for popular sites that use angular(or react), I found several like The Guardian, New York Times, Netflix... but each of these sites have most the links load a new page, The rest are tabs or popups. How is that? Where is angular?

Amr Eladawy
  • 4,193
  • 7
  • 34
  • 52
Web Steps
  • 334
  • 2
  • 11

1 Answers1

0

AngularJS is often thought of as a framework for Single Page Applications (SPAs), but this is not a rule. AngularJS can be used to build Multi Page Applications (MPAs) simply by having each page be its own module with its own fully formed HTML.

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

Gil Browdy
  • 69
  • 5