Title: Routing not working on angular upgrade to 14 -> 15 · Issue #257 · angular/angular-update-guide · GitHub
Open Graph Title: Routing not working on angular upgrade to 14 -> 15 · Issue #257 · angular/angular-update-guide
X Title: Routing not working on angular upgrade to 14 -> 15 · Issue #257 · angular/angular-update-guide
Description: Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too blank white page. Attaching my package.jso...
Open Graph Description: Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too bl...
X Description: Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too bl...
Opengraph URL: https://github.com/angular/angular-update-guide/issues/257
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Routing not working on angular upgrade to 14 -\u003e 15","articleBody":"Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too blank white page. Attaching my package.json file after upgrade.\r\n\r\n{\r\n \"name\": \"watchguard-it\",\r\n \"version\": \"0.0.0\",\r\n \"license\": \"MIT\",\r\n \"scripts\": {\r\n \"ng\": \"nx\",\r\n \"postinstall\": \"node ./decorate-angular-cli.js \u0026\u0026 ngcc --properties es2020 browser module main\",\r\n \"nx\": \"nx\",\r\n \"start\": \"ng serve\",\r\n \"build\": \"ng build\",\r\n \"test\": \"ng test\",\r\n \"lint\": \"nx workspace-lint \u0026\u0026 ng lint\",\r\n \"e2e\": \"ng e2e my-products-ui-e2e\",\r\n \"affected:apps\": \"nx affected:apps\",\r\n \"affected:libs\": \"nx affected:libs\",\r\n \"affected:build\": \"nx affected:build\",\r\n \"affected:e2e\": \"nx affected:e2e\",\r\n \"affected:test\": \"nx affected:test\",\r\n \"affected:lint\": \"nx affected:lint\",\r\n \"affected:dep-graph\": \"nx affected:dep-graph\",\r\n \"affected\": \"nx affected\",\r\n \"format\": \"nx format:write\",\r\n \"format:write\": \"nx format:write\",\r\n \"format:check\": \"nx format:check\",\r\n \"update\": \"nx migrate latest\",\r\n \"workspace-generator\": \"nx workspace-generator\",\r\n \"dep-graph\": \"nx dep-graph\",\r\n \"help\": \"nx help\",\r\n \"server\": \"json-server --watch ./apps/my-products-ui/src/assets/mock-data/mock.json --port 8000\"\r\n },\r\n \"private\": true,\r\n \"dependencies\": {\r\n \"@angular/animations\": \"15.2.10\",\r\n \"@angular/cdk\": \"15.2.9\",\r\n \"@angular/common\": \"15.2.10\",\r\n \"@angular/compiler\": \"15.2.10\",\r\n \"@angular/core\": \"15.2.10\",\r\n \"@angular/forms\": \"15.2.10\",\r\n \"@angular/material\": \"15.2.9\",\r\n \"@angular/platform-browser\": \"15.2.10\",\r\n \"@angular/platform-browser-dynamic\": \"15.2.10\",\r\n \"@angular/platform-server\": \"15.2.10\",\r\n \"@angular/router\": \"15.2.10\",\r\n \"@azure/msal-angular\": \"^3.0.7\",\r\n \"@azure/msal-browser\": \"^3.4.0\",\r\n \"@microsoft/applicationinsights-angularplugin-js\": \"^3.0.3\",\r\n \"@microsoft/applicationinsights-web\": \"^3.0.5-nightly3.2310-08\",\r\n \"@nrwl/angular\": \"15.8.0\",\r\n \"rxjs\": \"^7.8.1\",\r\n \"tslib\": \"^2.0.0\",\r\n \"zone.js\": \"0.11.8\"\r\n },\r\n \"devDependencies\": {\r\n \"@angular-devkit/build-angular\": \"15.2.10\",\r\n \"@angular-eslint/eslint-plugin\": \"^14.0.4\",\r\n \"@angular-eslint/eslint-plugin-template\": \"^14.0.4\",\r\n \"@angular-eslint/template-parser\": \"^14.0.4\",\r\n \"@angular/cli\": \"~15.2.10\",\r\n \"@angular/compiler-cli\": \"15.2.10\",\r\n \"@angular/language-service\": \"15.2.10\",\r\n \"@nrwl/cli\": \"15.8.0\",\r\n \"@nrwl/cypress\": \"15.8.0\",\r\n \"@nrwl/eslint-plugin-nx\": \"15.8.0\",\r\n \"@nrwl/jest\": \"15.8.0\",\r\n \"@nrwl/linter\": \"15.8.0\",\r\n \"@nrwl/node\": \"15.8.0\",\r\n \"@nrwl/workspace\": \"15.8.0\",\r\n \"@types/fs-extra\": \"^9.0.13\",\r\n \"@types/jest\": \"29.4.4\",\r\n \"@types/node\": \"18.7.1\",\r\n \"@typescript-eslint/eslint-plugin\": \"5.42.1\",\r\n \"@typescript-eslint/parser\": \"5.42.1\",\r\n \"cypress\": \"^12.2.0\",\r\n \"dotenv\": \"10.0.0\",\r\n \"eslint\": \"8.15.0\",\r\n \"eslint-config-prettier\": \"8.1.0\",\r\n \"eslint-plugin-cypress\": \"^2.10.3\",\r\n \"eslint-plugin-jest\": \"^26.1.0\",\r\n \"eslint-plugin-jest-formatting\": \"^3.0.0\",\r\n \"fs-extra\": \"^10.1.0\",\r\n \"jest\": \"29.4.3\",\r\n \"jest-environment-jsdom\": \"29.4.3\",\r\n \"jest-fail-on-console\": \"^2.4.2\",\r\n \"jest-jasmine2\": \"29.4.3\",\r\n \"jest-preset-angular\": \"^12.2.2\",\r\n \"json-server\": \"^0.16.3\",\r\n \"ng-mocks\": \"^14.3.3\",\r\n \"nx\": \"15.8.0\",\r\n \"postcss\": \"^8.3.5\",\r\n \"postcss-loader\": \"^6.1.1\",\r\n \"prettier\": \"2.7.1\",\r\n \"puppeteer-core\": \"^13.3.1\",\r\n \"ts-jest\": \"29.0.5\",\r\n \"ts-node\": \"10.9.1\",\r\n \"typescript\": \"4.9.5\"\r\n }\r\n}\r\nCan you please suggest where could i have gone wrong???","author":{"url":"https://github.com/samarthjain26","@type":"Person","name":"samarthjain26"},"datePublished":"2024-01-12T05:43:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/257/angular-update-guide/issues/257"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:c2075507-971a-ab26-5e55-d19bc7f9eb38 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D2DC:1A7762:A288BF:DE015A:6A4C8DE7 |
| html-safe-nonce | 0b39804cca427f7d3c48b3fc454d0d251a2153d7adb30dfee1369220cb0be0e3 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMkRDOjFBNzc2MjpBMjg4QkY6REUwMTVBOjZBNEM4REU3IiwidmlzaXRvcl9pZCI6IjM4Mzc3NjcyMTMwODA0MTU3MTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | e3022163a17058ae943c66db1aac2531858f613c72597f8760c7dbff244929a4 |
| hovercard-subject-tag | issue:2078111405 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-update-guide/257/issue_layout |
| twitter:image | https://opengraph.githubassets.com/55bdacec98a6628660c7d232f8ca3e9aad9d88a587cc4f8d7c0f7d0102e8f7d1/angular/angular-update-guide/issues/257 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/55bdacec98a6628660c7d232f8ca3e9aad9d88a587cc4f8d7c0f7d0102e8f7d1/angular/angular-update-guide/issues/257 |
| og:image:alt | Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to the localhost:4200 page on that too bl... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | samarthjain26 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c |
| turbo-cache-control | no-preview |
| go-import | github.com/angular/angular-update-guide git https://github.com/angular/angular-update-guide.git |
| octolytics-dimension-user_id | 139426 |
| octolytics-dimension-user_login | angular |
| octolytics-dimension-repository_id | 84320616 |
| octolytics-dimension-repository_nwo | angular/angular-update-guide |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 84320616 |
| octolytics-dimension-repository_network_root_nwo | angular/angular-update-guide |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7a2dede45637df6b92ddcfe2a557e67d4b5854ae |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width