Angular Application Error: Can't bind to 'routerLinkActiveOptions' since it isn't a known property of 'a', refer the solution given in this article to fix this issue
Angular routerLinkActive class shows the first Home Page link as always active even if other pages are visited or are active, read more to fix this issue of routerLinkActive class of Angular Router Module
Pagination in Angular 8 using ng-bootstrap, start using this simple pagination example for faster loading of the page contents in Angular 8, try this pagination using ng-bootstrap and angular 8
Can't bind to 'formGroup' since it isn't a known property of 'form' Error when running Angular 8 App to show Reactive Forms on Web Page, read the article to know the solution to fix this issue
ng : File \AppData\Roaming\npm\ng.ps1 cannot be loaded. The file npm\ng.ps1 is not digitally signed Angular 8 Error when running any ng commands from Visual Studio Code terminal
Learn about One Way and Two way binding in Angular 8 using simple example, using this binding we can pass the values of variable from Component to Template or from Template to Component, read the article to know how to implement it
Angular 8 Implementation of Children Component Routing in Parent Component routes, using this we can load child component on Parent component page but the URL will get updated on each page. Read full article to know the implementation
Angular 8 Know how to link child pages to parent component page, when navigating child page from parent page, visit the article to see how routing and components should be added