Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 6, 2022
1 parent cea480d commit 4790e92
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"i": "ng update @angular/material@14 --force",
"i": "ng i --force",
"start": "ng serve --port 4125",
"build": "ng build --statsJson",
"build:docs": "npx compodoc -p projects/angular-material-extensions/google-maps-autocomplete/tsconfig.lib.json --hideGenerator --disableCoverage -d dist/browser/doc/",
Expand Down Expand Up @@ -37,7 +37,7 @@
"angulartics2": "^9.1.0",
"express": "^4.15.2",
"ngx-markdown": "^9.1.1",
"rxjs": "~6.5.4",
"rxjs": "~7.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Expand Up @@ -6,7 +6,7 @@ const routes: Routes = [];

@NgModule({
imports: [RouterModule.forRoot(routes, {
initialNavigation: 'enabled'
initialNavigation: 'enabledNonBlocking'
})],
exports: [RouterModule]
})
Expand Down

0 comments on commit 4790e92

Please sign in to comment.