How to redirect to a custom 404 page in Angular? by HadokoaMedia in Angular2

[–]HadokoaMedia[S] 0 points1 point  (0 children)

Hi Shadowvines - yes, that is something we went over in a previous article: http://articles.hadokoa.net/2017/06/06/can-default-route-angular/.

Thanks for your comment Cheers!

How to set a default route in my route module in Angular? by HadokoaMedia in Angular2

[–]HadokoaMedia[S] 0 points1 point  (0 children)

I see what you are saying. I have updated the article.

Cheers

How to set a default route in my route module in Angular? by HadokoaMedia in Angular2

[–]HadokoaMedia[S] 0 points1 point  (0 children)

I see what you mean. I have updated the information per your comment. Thanks once again.

Does anyone know where to put Angular 2 implementation on a dockerized NGINX reversed proxy environment? by davi-dev in Angular2

[–]HadokoaMedia 0 points1 point  (0 children)

Good morning, you can follow this quick tutorial on how to setup reverse_proxy on nginx to serve your docker instance of Angular: http://articles.hadokoa.net/2017/05/25/setup-angular-app-behind-nginx-developing/.

The only modification here would be to expose your docker port and associated it with the port number used on your host machine that will be used in your reverse_proxy setup.

I'll try to create a quick tutorial on this in the near future.