I\'m serving Angular 2 application with nginx using location section this way:
location / { try_files $uri $uri/ /index.html =404; }
try_file
location / { try_files $uri $uri/ /index.html; } location = /index.html { expires -1; }