đ´ Course: https://app.pluralsight.com/library/courses/angular-fundamentals/
đ GitHub: https://github.com/pjpscriv/angular-fundamentals/
đī¸ââī¸ Exercises: https://jcoop.io/angular-practice-exercises/
âšī¸ Source Files: https://github.com/jmcooper/angular-fundamentals-files
Week Checklist
2 hours a week. 9.5 hours total. Small improvements objective.
- [ ] Week 58 (30 min)
- [ ] Week 59 (30 min)
- [ ] Week 60 (30 min)
- [ ] Week 61
- [ ] Week 62
0. Intro
Joe Eams and Jim Cooper. Things to know: NPM, ES2015, TypeScript.
1. Getting Started
- Git, node, npm, angular cli
- ng new: package.json, package-lock.json, angular.json, .editorconfig, index.html
- Bootstrapping: angular.json â WebPack â main.ts â App Module â App Component
- Browser â index.html â App Component
- App Module: declarations, imports, providers, bootstrap
- Static files: angular.json â "assets", "styles", "scripts", makes them globally accessible