An introduction to Angular EventEmitters

One use of an EventEmitter in Angular.io is for a child component to tell it’s parent something of interest has happened or to put it another way; they can be used to allow data to flow out of your component. Below is a diagram of the application which I am going to be using in […]

Adding Bootstrap to your Angular App using VS Code

Introduction In this how to guide, I will be adding Bootstrap 4 to an Angular 7 app using a Content Delivery Network (CDN) Update 26/03/2019: This post has been replaces an earlier and incorrect version I had written on installing Bootstrap with Angular. Prerequisites In this guide I have used VS Code 1.32.3, Chrome 73, […]