Angular Reference

Change detection

Subject

Unsubscribe RxJS Observables

NgRx

Ubuntu Setup

1
2
3
4
5
6
7
8
9
10
11
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - 
sudo apt-get install -y nodejs
sudo apt install npm
sudo npm install -g @angular/cli

-- update npm with 'n' if you cant update the version with the above
sudo npm install -g n
sudo n latest

-- restore dependencies after git clone
sudo npm install