Angular with Firebase part 5 of 70 - File and module overview

Опубликовано: 01 Март 2017
на канале: Lars Bilde
583
5

This Series is about building a full-stack Web Applications using Firebase with Angular2
We will build a CoursePlanner2 application and will address most of the issues when developing a real online web application.

To get the starter code from the video you can go to:
https://github.com/EASV/cp2_firebase_...

To get the code for each of the videos go to:
https://github.com/EASV/cp2_firebase.git

Notice each video will have a tag so you can see how the code progresses. You can get to the specific tag by writing:
git checkout tags/v0.01
And you can back to newest code (master) by writing:
git checkout master
More about this in the videos.

Important Links:
https://firebase.google.com/
https://angular.io/docs/ts/latest/gui...
https://nodejs.org/en/
https://github.com/angular/angular-cli
https://www.jetbrains.com/webstorm/