rangle / angular-ssr

Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
BSD 2-Clause "Simplified" License
279 stars 38 forks source link

How to use with webpack? #39

Closed ElderJames closed 7 years ago

ElderJames commented 7 years ago

Hi!angular-ssr is actually a great done!

But I need to build the project with webpack, any help?

clbond commented 7 years ago

Yes, no problem. There are instructions in the readme on how to do this.

Are you trying to do build-time rendering or on-demand rendering in an express server?