Skip to content

Commit

Permalink
Merge pull request #24 from thenaim/issue23
Browse files Browse the repository at this point in the history
feat(): change router to use hash
  • Loading branch information
Naim authored Jul 28, 2021
2 parents aa7c3ef + c9e6eea commit 9b45f79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.0](https://github.com/thenaim/ion-tk-social-network/compare/v0.0.1...v0.1.0) (2020-07-04)

### Features

- **app:** native camera preview
- **music:** music page with playlists

### Bug Fixes

- **build:** removed unused imports and change tscinfig.app file
- **logo:** changed logo
- **music:** moved music-player modal to app module
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-tk-social-network",
"version": "0.2.0",
"version": "2.2.0",
"description": "Ionic social network starter",
"scripts": {
"start": "npx ionic serve --external",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const routes: Routes = [
},
];
@NgModule({
imports: [RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules })],
imports: [RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules, useHash: true })],
exports: [RouterModule],
})
export class AppRoutingModule {}

0 comments on commit 9b45f79

Please sign in to comment.