I am getting an error and can\'t find why. Here is the error:
EXCEPTION: Error during instantiation of LocationStrategy! (RouterOutlet -> Router -> Loc
Angular 7,8 fix is in app.module.ts
import {APP_BASE_HREF} from '@angular/common';
inside @NgModule add
providers: [{provide: APP_BASE_HREF, useValue: '/'}]