How to use server-render with Angular without modifying directly DOM

Hi,

How we can use server-render with Angular ? In the documentation https://docs.meteor.com/packages/server-render.html is well explained with React but one of the main purposes of Angular is not modify DOM directly, could someone put an example of server-render working with Angular ?

Thanks.