From dd384d6d9d933b27c4bf1758ba3f88e490fcbed6 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Fri, 29 Nov 2019 03:28:00 -0500 Subject: [PATCH] useHash --- src/app/app-routing.module.ts | 2 +- src/index.html | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index ec359e4..33ec000 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -7,7 +7,7 @@ const routes: Routes = [{ }]; @NgModule({ - imports: [RouterModule.forRoot(routes)], + imports: [RouterModule.forRoot(routes, { useHash: true })], exports: [RouterModule] }) export class AppRoutingModule { } diff --git a/src/index.html b/src/index.html index 5a6dc35..8653fac 100644 --- a/src/index.html +++ b/src/index.html @@ -3,8 +3,13 @@ - PublicGatewayCacher - + Public Gateway Cacher + + + +