My Blog
—
by
Modify src/app/app.component.html to include navigation and the router outlet:
src/app/app.component.html
<nav> <a routerLink="/">Home</a> <a routerLink="/about">About</a> <a routerLink="/user">Users</a> </nav> <router-outlet></router-outlet>
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply