in Angular by (23.9k points)
What is RouterOutlet?

1 Answer

0 votes
by (32.2k points)
RouterOutlet is a substitution for templates rendering the components. In other words, it represents or renders the components on a template at a particular location.

Related questions

0 votes
asked Sep 20 in Angular by DavidAnderson (9.0k points)
...