[AngularJS] Angular 2 base ref issue

2016-11-05 Thread Zlatko Đurić
Yes, this is a simple, common issue. To load the app, you ask Apache the index.html page, which it serves you. While in the app, when you click "dashboard /tracker" link, angular intercepts it and simply displays you the new page. You never touch Apache. Now, when you refresh the page, you

[AngularJS] Angular 2 base ref issue

2016-11-04 Thread TJ Abrahamsen
Hi all - New to this group... :-) I have created my first Angular 2 app, and have deployed it to a local Apache server on my computer. 1. In my index.html, I have deleted the the line. 2. In my app.module.ts file, I have imported the APP_BASE_HREF line, as well as the content