Angular Class Notes
This is a site created to help students taking the Angular class at Geekwise Academy. I will do my best to update this with lessons that we go over in class so students can come back to this and review on the topics we covered. There's going to be a lot of things, after all.
Also, expect several pictures of my dog, Lucky. It's going to happen, you've been warned.
- *ngIf - Conditionals in your HTML?!
- for..of - Preparing for *ngFor
- *ngFor - This may make you loopy
- classes - Stay classy
- This and that
- You cant spell Typescript without type
- A little bit more about ngFor
- Basic Angular file structure
- Angular Modules
- Components (I can't think of a subtitle)
- New Components - Planting our tree
- New Components - Creating our nav bar
- Routing - Starting our Router
- Adding Parameters to our route
- Parammap: Introduction to Observables
- Room Service! Room Service!
- Updating our nav-bar
- Using map with observables
- Refactoring - Trimming our app module
- Refactoring - Creating our room module
- Child Routes!
- Transforming our Nav Items into an Observable
- Introducing the async pipe
- Preparing for our login service: Firebase
- Creating our login service
- Let's use that service in our Login Component
- Router Guard: You shall not pass!
- Router Guard: You shall stay!
- Preparing to implement our database
- Grabbing our room data
- Building our room list
- Preparing the room form
- It's form time!
- Write and Wrong
- Bugfix: fixing our navbar
- Delete! Delete! Delete!
NOTE: Lesson 26 has been updated. I made a boo-boo while explaining where to put a subscription. It has since been updated.