Angular 6 – Adding Bootstrap 4 Dropdown Menu in Angular Application and ng-bootstrap

How to add a library like bootstrap 4 in Angular 6 applications and use ng-bootstrap to attach behavior for dropdown menu. Table of Contents: Creating new Angular project npm install Bootstrap Import Bootstrap stylesheet in Angular project Add Bootstrap starter template Creating navigation component Getting the dropdown working Installing ng-bootstrap Source Code https://github.com/codewithsrini/Angular6Bootstrap4—Dropdown-Menu

What is Angular 6 Directives, Structural Directives, Attribute Directives and Component Directives?

What is Angular 6 Directives, Structural Directives, Attribute Directives and Component Directives?

Directives are basic building block for an Angular project. Directives consist of three major categories, they are; Component Directive Structural Directives Attribute Directives Table of Contents: *******************: 00:23 – Types of Directives 00:53 – Component Directive 2:29 – *ngFor 4:22 – *ngFor Exported Values 8:54 – *ngIf 16:09 – *ngSwitchCase 25:12 – Attribute Directive...

Angular 6 Fundamentals – Tutorial from Scratch

Angular 6 Fundamentals – Tutorial from Scratch

In this video learn about fundamentals of Angular for absolute beginners, which will help them to develop a fully functional Web application from scratch. 00:00:13 – What is Angular? 00:00:37 – Why Angular? 00:01:21 – Setting up Development Environment 00:04:10 – Your First Angular App 00:05:57 – Structure of an Angular App 00:12:30 –...