vikhhr / AngularFireCourse

Information & files for my PluralSight AngularFire course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Apps With AngularFire Course

How to install code for each course module

All before and after code demos are in branches you can clone and run. branchs list

To clone a branch from this GitHub repo run the following commands:

  1. Clone the repo in to a directory of choice
git clone "https://github.com/duncanhunter/AngularFireCourse"
  1. Change directory into the project folder
cd AngularFireCourse
  1. Check out all branches for each part of the course
git branch --all
  1. Change to a particular part of the course code and install packages with npm install
git checkout --quiet m4-start 

npm install 
  1. Run ng serve to run the code and open the broswer at localhost:4200
ng serve --open

Changes/Fixes

2/10/2017

  • Update material.angular.io install video and all code branches to show individual Material component modules being installed. In module Retrieving and Working with Firebase Objects > Adding Angular Material.
  • Update video showing old reference of how to import AngularFire vs AngularFireDatabase in module Installation and Setup > Configure and Install AngularFire.
  • Updated missing half screen in module Querying Firebase Lists With Observables > Multipath Updates Demo.
  • Added all code branches and info to this GitHub repo

About

Information & files for my PluralSight AngularFire course


Languages

Language:TypeScript 83.3%Language:HTML 9.5%Language:JavaScript 5.4%Language:CSS 1.7%