danny

Results 13 comments of danny

Hi Mehmet, I did some tests with the angular9-app.git repository and your modifications. 1/ git clone https://github.com/ganatan/angular9-app.git 2/ Your files without modifications - server.ts - tsconfig.app.json - tsconfig.server.json - tsconfig.json...

@isaklavci Deployment with a simple VPS works. All the stuff here https://github.com/ganatan/angular9-app/issues/1

@Thomasfds Following the angular documentation it works. I have made this tuto https://www.ganatan.com/tutorials/server-side-rendering-with-angular-universal

@MehmetSert @Thomasfds I agree with you Actually you can't see the ssr results on your browser (chrome for example) Perhaps because of angular 9 and the browser side But SSR...

@MehmetSert @Thomasfds To test I took a Web Plesk - VPS Classic on OVH (15.59 euros instead of 3.59 euros for a vps) lots of features but lots of possibilities...

Hi, No ideas. but curl is the proof that SEO works. Another proof use SEOQUAKE (SEO Toolbox) to verify SEO on angular.ganatan.com/ Le sam. 1 août 2020 à 13:32, Valentin...

Hi crunchytoast, I have fix many problems. you can test. cd backend cd postgresql-express-crud npm install npm run start cd frontend npm install npm start And Test with * default:...

Hi @giovannidias1 TransferSate is used with the SSR to enhance an http call. NgRx provide reactive state. You can use NgRx with SSR. You can use NgRx with or without...

Hi Andrius, I do not know the deployment with heroku. But if it can help you. For the live demo angular.ganatan.com I use the simplest deployment. A vps with nginx...

Hi, I give you all the steps - Take a VPS(Virtual private Server : for example with OVH or digital ocean) We will use an ip address example 192.168.100.1 -...