Kesalahan navigasi yang tidak ditangani: Build Dist Angular

import { LocationStrategy, HashLocationStrategy} from '@angular/common';


@NgModule({
 ...
 ],
 providers: [{ provide: LocationStrategy, useClass: HashLocationStrategy }]
})
Prickly Polecat