-
Notifications
You must be signed in to change notification settings - Fork 12k
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
base href conflict #646
Comments
Solution: Replace |
Thanks. I solved this problem by: import {APP_BASE_HREF} from '@angular/common';
bootstrap(AppComponent, [
ROUTER_PROVIDERS,
provide(APP_BASE_HREF, {useValue : '/' });
]); |
Closing in favor of #1064, which is more explicit. |
@fdhadzh I tried your solution but it only works for routes like this: This is because without a
I want to use svg markers that require relative @filipesilva Is this currently solvable with the current webpack setup? Thanks. Problem described here: |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Please, create base href replacement optionally.
The text was updated successfully, but these errors were encountered: