You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
[X] bug report => check the README and search github for a similar issue or PR before submitting
[ ] support request => check the README and search github for a similar issue or PR before submitting
[ ] feature request
Current behavior
After updating Angular to 2.4.8 (@angular/router 3.4.8), the application gets started only on root url.
You can navigate within the app using the routerLink directive. For instance, you can start the app on http://localhost:4200/ and navigate to http://localhost:4200/en/about.
But, when you type at the address bar http://localhost:4200/en/about, the app starts at http://localhost:4200/ - instead of http://localhost:4200/en/about.
Expected/desired behavior
When you type at the address bar http://localhost:4200/en/about, the app must start at http://localhost:4200/en/about.
Minimal reproduction of the problem with instructions
Check the source on @nglibs/example-app
What is the motivation / use case for changing the behavior?
Please check:
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all
I'm submitting a ... (check one with "x")
Current behavior
After updating Angular to 2.4.8 (
@angular/router
3.4.8), the application gets started only on root url.You can navigate within the app using the
routerLink
directive. For instance, you can start the app onhttp://localhost:4200/
and navigate tohttp://localhost:4200/en/about
.But, when you type at the address bar
http://localhost:4200/en/about
, the app starts athttp://localhost:4200/
- instead ofhttp://localhost:4200/en/about
.Expected/desired behavior
When you type at the address bar
http://localhost:4200/en/about
, the app must start athttp://localhost:4200/en/about
.Minimal reproduction of the problem with instructions
Check the source on @nglibs/example-app
What is the motivation / use case for changing the behavior?
Please check:
Please tell us about your environment:
Angular version: 2.0.X
2.4.8 (
@angular/router
3.4.8)Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
all
Language: [all | TypeScript X.X | ES6/7 | ES5]
TypeScript 2.0.x, TypeScript 2.1.x
Node (for AoT issues):
node --version
=v6.9.1
The text was updated successfully, but these errors were encountered: