RxJS-Subject: Enable Communication Between Components

RxJS Subject

RxJS (Reactive Extensions for JavaScript) is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code. A subject in RxJS is used for multicasting data. This means that data can be pushed into a subject and...
Angular and YouTube

Streaming YouTube Video in Angular Application – Devstringx

[vc_row][vc_column][vc_column_text]Pre-requisites Angular must be set up with minimum version 2

Setup an Angular Project

Use  Angular CLI (Command Line Interface) to create a new project, you can use any of the below commands. Go to the directory where you would like to create a project...