Skip to content

Releases: wreilly/prj-recipes-wr2

Code Complete - Before Introducing NgRx - LOTTA COMMENTS

20 Jan 10:59
Compare
Choose a tag to compare

Udemy.com Angular Complete Course - Maximilian Schwarzmüller

  • Angular 8
  • RxJs 6
  • TypeScript 3.4.5

Recipes / Shopping List Application

This tag captures the codebase functioning well enough to specifications, and deployed to firebase production hosting.
https://wr-ng8-prj-recipes-wr2.firebaseapp.com/recipes

It is the state of the application after Section 23 (Deploying), and prior to Section 24 (NgRx).

Comments in Code

This codebase contains an enormous, sometimes embarrassing, amount of comments and commented-out code - almost all of which needs to be removed. Lotta learning, though.

Next step will be:
I am motivated to clean out those comments (largely if not entirely), when I think of the amount of code changes that State Management with NgRx is about to introduce. Really not feasible to do so with code as-is, viz. comments. Best a big clean-up, after this "tag/release" that captures All Those Comments.
Cheers.