Angular Universal is a technology that runs your Angular application on the server. A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. SSR (Server Side Rendering) is nothing but render Angular Application on the server side.