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 routing loading the grandchild component without the child
I have a stackblitz which I created to try and illustrate a problem I was having with child routes being displayed outside the parent. Instead the app has a similar, but almost opposite, problem: When...
Molloch
Votes: 0
Answers: 1
Authenticate mvc controller then redirect from angular to mvc path
We are using ASP.NET MVC with razor but some of pages are in angular 12. cause we are migrating gradually from ASP.NET MVC to Angular 12.
In this we have authenticated user from an ASP.NET MVC control...

Ganesh Devlekar
Votes: 0
Answers: 0
Hiding url path in angular
I am building a route in angular as show below:
const routes: Routes = [
{path:'home', component: HomeComponent},
{path:'', redirectTo: 'home', pathMatch: 'full'},
{path:'**', redirectTo: 'home'...
Ankit Kathait
Votes: 0
Answers: 1