Skip to content

Instantly share code, notes, and snippets.

@christophervigliotti
Last active October 25, 2022 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophervigliotti/92e5b3b93cbe9d630d8e9d81b7eb6636 to your computer and use it in GitHub Desktop.
Save christophervigliotti/92e5b3b93cbe9d630d8e9d81b7eb6636 to your computer and use it in GitHub Desktop.

⚠️ I am putting this effort on-hold to focus on learning another technology in support of an amazing customer.

Angular Complete Guide 💻📐

I like to keep things organized, so here is a catalog of the repositories that I'm using for this most excellent course.

Repositories Used

Section 1 - Getting Started

None

Section 2 - The Basics

Section 3 - Course Project - The Basics

Section 4 - Debugging

Section 5 - Components & Databinding Deep Dive

Section 6 - Course Project - Components & Databinding

Section 7 - Directives Deep Dive

Section 8 - Course Project - Directives

Section 9 - Using Services & Dependency Injection

Section 10 - Course Project - Services & Dependency Injection

Section 11 - Changing Pages with Routing

After getting an npm error https://gist.github.com/christophervigliotti/7827912e379376fe3fbbe81e190333c0 while trying to get the course files for this section up and running https://github.com/christophervigliotti/angular-complete-guide-routing I decided to take a step back and take a short course on NPM https://www.udemy.com/course/understanding-npm/learn/lecture/11480536#overview I fixed it with a little help from my friends https://github.com/christophervigliotti/angular-complete-guide-routing#solution

I Took The Summer Off Because, Kids

And it was totally worth it! And now back to learning...

Section 12 - Course Project - Routing

Upcoming Sections

Section 13 - Understanding Observables

Section 14 - Course Project - Observables

Section 15 - Handling Forms in Angular Apps

Section 16 - Course Project - Forms

Section 17 - Using Pipes to Transform Output

Section 18 - Making HTTP Requests

Section 19 - Course Projeect - HTTP

Section 21 - Dynamic Components

Section 22 - Angular Modules & Optimizing Angular Apps

Section 23 - Deployingh an Angular App

Section 24 - Bonus: Working with NgRx in our Project

Section 25 - Bonus: Angular Universal

Section 26 - Angular Animations

Section 27 - Adding Offline Capabilities with Service...

Section 28 - A Basic Introduction to Unit Testing i...

Section 29 - Angular as a Platform & Closer look at the...

Section 30 - Angular Changes & New Features

Section 31 - Course Roundup

Section 32 - Bonus: TypeScript Introduction (for Angular 2...

More Info

Up and Running!

Many of the assignments in this course required the following commands in order to get the server up and running...

https://bit.ly/32r25z2

sudo npm i -g npm@6 sudo npm install ng serve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment