python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular router - dynamic routes from graphQL
I am banging my head against the monitor for the last day and a half..
We are working on a headless website, front-end will be decoupled from back end. And we have some issues.
1.) I am trying to dyna...

Matej Šranc
Votes: 0
Answers: 0
Angular 9.1.5 Router empty path is not working
Actually it was working before, but today it stopped working and I didn't change anything. That's confused me.
Does anyone have any idea about this?
This is my AppRoutingModule
const routes: Routes = ...

Ismail Wakra
Votes: 0
Answers: 0
CapacitorJS not serving root index.html for angular application
I'm using CapacitorJS to turn my Angular web application into a mobile app.
However, I have an issue.
These are the devices I've tested this on:
Pixel 4a emulator (Android 11),
iPhone XR (iOS 15),
Xia...

Tijm Wolters
Votes: 0
Answers: 1
What's the default `Router.navigate()` behavior about query params?
The navigate() method from Router takes a queryParamsHandling option that, if set, can either be merge or preserve.
What's the default behavior of the Router when it comes to query params?
perepm
Votes: 0
Answers: 1