Angular 4 Routing not working on live web-app
My Angular 4 web-app routing works fine in my dev environment, and the menu redirects work fine on the live version. However, the dev version redirects to different pages by typing in the address field of the browser, but the live version doesn't. Is this an Angular problem? Or do I need to manage my redirects with my ISP? My app.router.ts code is as follows: import { ModuleWithProviders } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { HomeComponent } from './home/home.component'; import { ArtComponent } from './art/art.component'; import {