How to fix can’t bind to ‘routerLink’ since it isn’t a known property!
In the last article, we solved the router outlet problem. Another error related to routing may appear which is can’t bind to ‘routerLink’ since it isn’t a known property. What is routerLink in Angular? The RouterModule of Angular is a big Module that contains many built-in directives. One of them is routerLink which is responsible…