Login
Remember
Register
Ask a Question
What is routing?
+1
vote
asked
Jan 23, 2022
in
Angular
by
sharadyadav1986
What is routing?
routing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 23, 2022
by
sharadyadav1986
Routing helps in directing users to different pages based on the option they choose on the main page. Hence, based on the option they choose, the required Angular Component will be rendered to the user.
...