Skip to content

Commit f5e5114

Browse files
committed
docs update
1 parent 84a54da commit f5e5114

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/main-es2015.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main-es2015.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main-es5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main-es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/app.router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const appRoutes: Routes = [
5959

6060
@NgModule({
6161
imports: [
62-
RouterModule.forRoot(appRoutes, { useHash: false })
62+
RouterModule.forRoot(appRoutes, { useHash: true })
6363
],
6464
exports: [
6565
RouterModule

0 commit comments

Comments
 (0)