I have build an application based on angular-cli version 1.0.0-beta.24. I wanted to add universal based on tutorial from https://universal.angular.io/, but it wasn't working at all. I also tried universal-cli from https://www.npmjs.com/package/universal-cli, but after merging projects, there is too many errors. Command ung init --universal also not working as intended, even if I manage to get it to work, pre-render not working. Is there any other solution or i have to wait?
Asked
Active
Viewed 418 times
5
-
Have you tried this solution? https://coursetro.com/posts/code/68/Make-your-Angular-App-SEO-Friendly-(Angular-4-+-Universal) – nekkon Jul 15 '17 at 14:34
-
Maybe also take a look at angular-ssr – Sonu Kapoor Jul 21 '17 at 03:29
-
Have a look to the angular universal starter app https://github.com/angular/universal-starter – David Dal Busco Jan 10 '18 at 09:52