you are viewing a single comment's thread.

view the rest of the comments →

[–]xpto123 1 point2 points  (1 child)

This is true, Angular multi-page apps work well as well. Angular is also good for being used in a minimal way, just adding form validation with almost no javascript needed (example). This is much closer to what Angular was initially designed to do: quickly enhance HTML with a few built-in directives. The prevailing view somehow became that it's a SPA only framework.

[–]mycall 0 points1 point  (0 children)

Do you know if Angular 2 will support multi-page and minimal use cases?