Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make it, need tutorial. #162

Open
vslzl opened this issue May 5, 2019 · 1 comment
Open

Can't make it, need tutorial. #162

vslzl opened this issue May 5, 2019 · 1 comment

Comments

@vslzl
Copy link

vslzl commented May 5, 2019

I'm submitting a ... (check one with "x")

[ ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if similar feature request does not exist
[X] support request => Suggested place for help and support is [stackoverflow](https://stackoverflow.com/), search for similar question before posting

Description

I'm trying to build an Angular application with SSR just because of SEO reasons. And I need my application to have localized routes. I'm literally investigating near 5 days and I can see that I can't gonna make it by myself. I just tried almost every possible ways and I'm about to be cancer. Can you please provide a proper tutorial with SSR and localized routes and translate.
Available demos are not working for me. I mean for example: https://github.com/gilsdav/universal-localize-module-loader/tree/angular7 is not working because 'details' route is not working...
Every implementation I saw has a serious side effects.

🌍 Your Environment

Angular Version:

Angular CLI: 7.3.6
Node: 8.12.0
OS: darwin x64
Angular: 
... 

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.13.6
@angular-devkit/core         7.3.6
@angular-devkit/schematics   7.3.6
@schematics/angular          7.3.6
@schematics/update           0.13.6
rxjs                         6.3.3
typescript                   3.2.4



Localize Router Version:





Anything else relevant?

@gilsdav
Copy link

gilsdav commented May 5, 2019

Hello @vslzl ,

The reason that you don't have access to "details" route is that it doesn't exist in my example: https://github.com/gilsdav/angular-universal-localize-router/blob/master/src/app/app-routing.module.ts

It's possible that there are some router-link that redirect to "/details" but it's simply because I didn't removed it.

Please test only existing routes for this example: https://github.com/gilsdav/angular-universal-localize-router

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants