python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My var does not gets updated even after changing it inside my subscription Angular, Firebase
I tried to create a canActivate method to protect my routes, for my Angular application. I want to check the status of the user,(My backend is firebase, user authentication, log in , sign up are imple...
Vignesh Ravichandran
Votes: 0
Answers: 1
How to make friendly routes in angular?
I am trying to make friendly routes in angular.
For example, I would need something like this:
example.com/my-post-title
instead of:
example.com/post/23
Thanks!
nicpas
Votes: 0
Answers: 1
refreshing the page results in 401 error- Angular 8
when I hithttp://localhost:4200 or http://localhost:4200/forgotPasswordEmail on my local environment, it works correctly.
Opening the index-page on my production environment and clicking a link to go ...
syedali SD
Votes: 0
Answers: 2
Angular - How to point multiple routes to a single component
Hi below is my scenario.
I have two child modules with different routes
Eg route 1 :
http://localhost:4200/launch/upcoming/launchdetails
Eg route 2 :
http://localhost:4200/launchdetails
I am t...
user1663373
Votes: 0
Answers: 2