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)
Redirect to common error.component.html with Authguard
I'm trying to handle errors in Angular using Guards.
I have a role.guard that allows the user to get in certain paths depending on its role. I also have an auth.guard that does the same but depending ...

user16241255
Votes: 0
Answers: 1
Can't loop through an array of objects in Typescript (Angular)
in my project I'm fetching data from an API (trip entities). This is my model:
//Trip.model.ts
export class Trip{
created_at?:Date;
updated_at?:Date;
.... bunch of fields
}
In my component I...
greenbanzai
Votes: 0
Answers: 3
ngx-translate: Event to detect changing language (Angular)
I want to detect the switch of the "current language" using ngx-translate library.
Which js event I can use to achieve that?
To better understand what I mean, please check this simple exampl...

DEV_404_NF
Votes: 0
Answers: 2