0

Is it possible to do Server-side Rendering with AngularJS ? I have seen lots of tutorial using Angular 2 or more, but no ressources I have found about angularJS. Is it at all possible ? and whats the way to go ?

Xsmael
  • 3,624
  • 7
  • 44
  • 60
  • 2
    Possible duplicate of [AngularJS - server-side rendering](https://stackoverflow.com/questions/16232631/angularjs-server-side-rendering) – Zooly Mar 16 '18 at 10:45

1 Answers1

1

I have not experience on this topic with AngularJS. But if you are able to run an SSR on some node script it will be possible on firebase using Cloud Functions.

Try checking documentation first.