Angular Tutorials

What is routerLinkActive in Angular and know its uses
Know how to use Angular's routerLinkActive attribute in Anchor Link tag and its uses and affects on the browser window, routerLinkActive is used specifically to give styles to link tag know more
How to Add Bootstrap 4 in Angular 6,7
Know the step by step process for adding Bootstrap 4 into Angular 6 or Angular 7 Application. It just require to run only one NPM install command for installing Bootstrap in your Application
Creating your Angular Application
Learn how to get started with Angular 2/4/5 applications. The article explains the procedure to install Node.js and NPM, Angular CLI, create your project from command prompt and how the directory structure of the angular application looks like after installing the required node modules.