Hello Angular gurus,
I saw there are some code in angular 11 html file as this:
<body class="mat-typography">
<app-root></app-root>
<app-redirect></app-redirect>
</body>
</html>
I am trying to understand what is the tag of <app-redirect>. But I could not find any reference anywhere.
Does anybody know what is it?