Commit b653afcf authored by dev0tion's avatar dev0tion

Allow autoreloading

parent 8191486d
...@@ -8,7 +8,7 @@ const routes: Routes = [ ...@@ -8,7 +8,7 @@ const routes: Routes = [
]; ];
@NgModule({ @NgModule({
imports: [ RouterModule.forRoot(routes) ], imports: [ RouterModule.forRoot(routes, {useHash: true}) ],
exports: [ RouterModule ] exports: [ RouterModule ]
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment