├── 1. Getting Started ├── CLI Deep Dive & Troubleshooting.txt ├── file.zip ├── first-app.zip └── project-template.zip ├── 10. Course Project - Services & Dependency Injection ├── prj-directives-final (1).zip ├── prj-directives-final.zip └── prj-services-final.zip ├── 11. Changing Pages with Routing ├── Important Redirection Path Matching.txt ├── Understanding the Example Project.txt ├── routing-final.zip ├── routing-start (1).zip └── routing-start.zip ├── 12. Course Project - Routing ├── Project Cleanup.txt └── prj-routing-final.zip ├── 13. Understanding Observables ├── Useful Resources & Links.txt ├── obs-01-start.zip ├── obs-02-first-custom-observable.zip ├── obs-03-complete-custom-observable.zip ├── obs-04-operators.zip ├── obs-05-finished.zip └── observables-start.zip ├── 14. Course Project - Observables ├── Changed the Subscription Name.txt ├── prj-obs-01-finished.zip └── prj-routing-final.zip ├── 15. Handling Forms in Angular Apps ├── Assignment 6 - Practicing Template-Driven Forms.docx ├── Assignment 7 - Practicing Reactive Forms.docx ├── Built-in Validators & Using HTML5 Validation.txt ├── Fixing a Bug_latest.txt ├── forms-reactive-assignment-solution.zip ├── forms-reactive-assignment-start.zip ├── forms-reactive-final.zip ├── forms-reactive-start.zip ├── forms-td-assignment-solution.zip ├── forms-td-assignment-start.zip ├── forms-td-final.zip └── forms-td-start.zip ├── 16. Course Project - Forms ├── Deleting all Items in a FormArray.txt ├── Fixing a Bug.txt ├── Fixing a Bug_latest.txt ├── prj-forms-final.zip ├── prj-forms-reactive.zip ├── prj-forms-td.zip └── prj-observables-final.zip ├── 17. Using Pipes to Transform Output ├── Assignment 8 - Practicing Pipes.docx ├── pipes-assignment-solution.zip ├── pipes-assignment-start.zip ├── pipes-final.zip └── pipes-start.zip ├── 18. Making Http Requests ├── Useful Resources & Links.txt ├── http-01-start.zip ├── http-02-post-requests.zip ├── http-03-get-and-transform-data.zip ├── http-04-loading-indicator.zip ├── http-05-handling-errors.zip ├── http-06-headers.zip ├── http-07-query-params.zip ├── http-08-interceptor.zip └── http-09-finished.zip ├── 19. Course Project - Http ├── prj-http-01-save-and-fetch-recipes.zip └── prj-http-02-finished.zip ├── 2. The Basics ├── Assignment 1 - Practicing Components.docx ├── Assignment 2 - Practicing Databinding.docx ├── Assignment 3 - Practicing Directives.docx ├── Bindable Properties and Events.txt ├── FormsModule.txt ├── basics-assignment-1-solution.zip ├── basics-assignment-1-start.zip ├── basics-assignment-2-solution.zip ├── basics-assignment-2-start.zip ├── basics-assignment-3-solution.zip ├── basics-assignment-3-start.zip ├── basics-components.zip ├── basics-databinding.zip ├── basics-directives.zip ├── basics-final.zip └── basics-ngfor-addition.zip ├── 20. Authentication & Route Protection in Angular ├── Make sure you got Recipes in your backend!.txt ├── Useful Resources & Links.txt ├── auth-01-auth-component.zip ├── auth-02-auth-form.zip ├── auth-03-signup-request.zip ├── auth-04-added-login.zip ├── auth-05-added-token-to-requests.zip ├── auth-06-logout.zip ├── auth-07-autologin-autologout.zip └── auth-08-finished.zip ├── 21. Dynamic Components ├── Useful Resources & Links.txt └── dyn-cmp-finished.zip ├── 22. Angular Modules & Optimizing Angular Apps ├── Alternative Lazy Loading Syntax.txt ├── Useful Resources & Links.txt ├── opt-mod-01-feature-module.zip ├── opt-mod-02-routing-module.zip ├── opt-mod-03-shared-module.zip ├── opt-mod-04-core-module.zip ├── opt-mod-05-lazy-loading.zip └── opt-mod-06-finished.zip ├── 23. Deploying an Angular App ├── Server Routing vs Browser Routing.txt ├── deployment-finished (1).zip └── deployment-finished.zip ├── 24. Bonus Working with NgRx in our Project ├── Alternative NgRx Syntax.txt ├── Useful Resources and links.txt ├── ngrx-01-first-reducer.zip ├── ngrx-02-added-store.zip ├── ngrx-03-added-actions.zip ├── ngrx-04-finished-shopping-list.zip ├── ngrx-05-auth-without-effects.zip ├── ngrx-06-login-effect.zip ├── ngrx-07-localstorage-effects.zip ├── ngrx-08-auth-finished.zip ├── ngrx-09-devtools-and-routing.zip ├── ngrx-10-fetch-recipes-effect.zip ├── ngrx-11-recipe-crud.zip ├── ngrx-12-finished.zip └── ngrx-create-functions-syntax.zip ├── 25. Bonus Angular Universal ├── 25.2 - Angular Universal & ModuleMapLoader.txt ├── 25.2 - Important - Remaining Lectures.txt ├── 25.4 - Deploying Universal Apps.txt ├── Angular Universal Gotchas.txt ├── Important Official Docs & Starting Project.txt ├── Useful Links.txt ├── ng-universal-01-start (1).zip ├── ng-universal-01-start.zip ├── ng-universal-02-finished.zip └── ng-universal-03-nestjs.zip ├── 26. Angular Animations ├── Making Animations Work with Angular 4+.txt ├── animations-finished.zip └── animations-start.zip ├── 27. Adding Offline Capabilities with Service Workers ├── Further Links & Resources.txt ├── ng-pwa-01-start.zip ├── ng-pwa-02-finished (1).zip └── ng-pwa-02-finished.zip ├── 28. A Basic Introduction to Unit Testing in Angular Apps ├── About this Section.txt ├── Further Resources and Where to go Next.txt └── testing-final.zip ├── 29. Angular as a Platform & Closer Look at the CLI └── Useful link.txt ├── 3. Course Project - The Basics ├── 3.3 Creating a New App Correctly.txt ├── Alternative Non-Collapsable Navigation Bar.txt ├── Installing Bootstrap.txt ├── Navigation Bar.txt ├── prj-basics-final.zip └── prj-start.zip ├── 30. Angular Changes & New Features └── What's New & How to Update.txt ├── 4. Debugging └── debugging.zip ├── 5. Components & Databinding Deep Dive ├── @ContentChild() in Angular 8.txt ├── @ViewChild() in Angular 8+.txt ├── @ViewChild() in Angular 8.txt ├── Assignment 4- Practicing Property & Event Binding and View Encapsulation.docx ├── Thumbs.db ├── cmp-databinding-assignment-solution.zip ├── cmp-databinding-assignment-start.zip ├── cmp-databinding-final.zip ├── cmp-databinding-start.zip └── lifecycle.pdf ├── 6. Course Project - Components & Databinding ├── Make sure you have FormsModule added!.txt ├── prj-basics-final.zip └── prj-cmp-databinding-final.zip ├── 7. Directives Deep Dive ├── Angular.txt ├── More about the Renderer.txt ├── directives-final.zip ├── directives-start (1).zip └── directives-start.zip ├── 8. Course Project - Directives ├── Closing the Dropdown From Anywhere.txt └── prj-directives-final.zip ├── 9. Using Services & Dependency Injection ├── Assignment 5 - Practising Services.docx ├── Services in Angular 6+.txt ├── services-assignment-solution.zip ├── services-assignment-start (1).zip ├── services-assignment-start.zip ├── services-final (1).zip ├── services-final.zip ├── services-start (1).zip └── services-start.zip ├── LICENSE └── README.md /1. Getting Started/CLI Deep Dive & Troubleshooting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/1. Getting Started/CLI Deep Dive & Troubleshooting.txt -------------------------------------------------------------------------------- /1. Getting Started/file.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/1. Getting Started/file.zip -------------------------------------------------------------------------------- /1. Getting Started/first-app.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/1. Getting Started/first-app.zip -------------------------------------------------------------------------------- /1. Getting Started/project-template.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/1. Getting Started/project-template.zip -------------------------------------------------------------------------------- /10. Course Project - Services & Dependency Injection/prj-directives-final (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/10. Course Project - Services & Dependency Injection/prj-directives-final (1).zip -------------------------------------------------------------------------------- /10. Course Project - Services & Dependency Injection/prj-directives-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/10. Course Project - Services & Dependency Injection/prj-directives-final.zip -------------------------------------------------------------------------------- /10. Course Project - Services & Dependency Injection/prj-services-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/10. Course Project - Services & Dependency Injection/prj-services-final.zip -------------------------------------------------------------------------------- /11. Changing Pages with Routing/Important Redirection Path Matching.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/11. Changing Pages with Routing/Important Redirection Path Matching.txt -------------------------------------------------------------------------------- /11. Changing Pages with Routing/Understanding the Example Project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/11. Changing Pages with Routing/Understanding the Example Project.txt -------------------------------------------------------------------------------- /11. Changing Pages with Routing/routing-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/11. Changing Pages with Routing/routing-final.zip -------------------------------------------------------------------------------- /11. Changing Pages with Routing/routing-start (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/11. Changing Pages with Routing/routing-start (1).zip -------------------------------------------------------------------------------- /11. Changing Pages with Routing/routing-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/11. Changing Pages with Routing/routing-start.zip -------------------------------------------------------------------------------- /12. Course Project - Routing/Project Cleanup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/12. Course Project - Routing/Project Cleanup.txt -------------------------------------------------------------------------------- /12. Course Project - Routing/prj-routing-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/12. Course Project - Routing/prj-routing-final.zip -------------------------------------------------------------------------------- /13. Understanding Observables/Useful Resources & Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/Useful Resources & Links.txt -------------------------------------------------------------------------------- /13. Understanding Observables/obs-01-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/obs-01-start.zip -------------------------------------------------------------------------------- /13. Understanding Observables/obs-02-first-custom-observable.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/obs-02-first-custom-observable.zip -------------------------------------------------------------------------------- /13. Understanding Observables/obs-03-complete-custom-observable.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/obs-03-complete-custom-observable.zip -------------------------------------------------------------------------------- /13. Understanding Observables/obs-04-operators.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/obs-04-operators.zip -------------------------------------------------------------------------------- /13. Understanding Observables/obs-05-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/obs-05-finished.zip -------------------------------------------------------------------------------- /13. Understanding Observables/observables-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/13. Understanding Observables/observables-start.zip -------------------------------------------------------------------------------- /14. Course Project - Observables/Changed the Subscription Name.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/14. Course Project - Observables/Changed the Subscription Name.txt -------------------------------------------------------------------------------- /14. Course Project - Observables/prj-obs-01-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/14. Course Project - Observables/prj-obs-01-finished.zip -------------------------------------------------------------------------------- /14. Course Project - Observables/prj-routing-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/14. Course Project - Observables/prj-routing-final.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/Assignment 6 - Practicing Template-Driven Forms.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/Assignment 6 - Practicing Template-Driven Forms.docx -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/Assignment 7 - Practicing Reactive Forms.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/Assignment 7 - Practicing Reactive Forms.docx -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/Built-in Validators & Using HTML5 Validation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/Built-in Validators & Using HTML5 Validation.txt -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/Fixing a Bug_latest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/Fixing a Bug_latest.txt -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-reactive-assignment-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-reactive-assignment-solution.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-reactive-assignment-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-reactive-assignment-start.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-reactive-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-reactive-final.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-reactive-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-reactive-start.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-td-assignment-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-td-assignment-solution.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-td-assignment-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-td-assignment-start.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-td-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-td-final.zip -------------------------------------------------------------------------------- /15. Handling Forms in Angular Apps/forms-td-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/15. Handling Forms in Angular Apps/forms-td-start.zip -------------------------------------------------------------------------------- /16. Course Project - Forms/Deleting all Items in a FormArray.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/Deleting all Items in a FormArray.txt -------------------------------------------------------------------------------- /16. Course Project - Forms/Fixing a Bug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/Fixing a Bug.txt -------------------------------------------------------------------------------- /16. Course Project - Forms/Fixing a Bug_latest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/Fixing a Bug_latest.txt -------------------------------------------------------------------------------- /16. Course Project - Forms/prj-forms-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/prj-forms-final.zip -------------------------------------------------------------------------------- /16. Course Project - Forms/prj-forms-reactive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/prj-forms-reactive.zip -------------------------------------------------------------------------------- /16. Course Project - Forms/prj-forms-td.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/prj-forms-td.zip -------------------------------------------------------------------------------- /16. Course Project - Forms/prj-observables-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/16. Course Project - Forms/prj-observables-final.zip -------------------------------------------------------------------------------- /17. Using Pipes to Transform Output/Assignment 8 - Practicing Pipes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/17. Using Pipes to Transform Output/Assignment 8 - Practicing Pipes.docx -------------------------------------------------------------------------------- /17. Using Pipes to Transform Output/pipes-assignment-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/17. Using Pipes to Transform Output/pipes-assignment-solution.zip -------------------------------------------------------------------------------- /17. Using Pipes to Transform Output/pipes-assignment-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/17. Using Pipes to Transform Output/pipes-assignment-start.zip -------------------------------------------------------------------------------- /17. Using Pipes to Transform Output/pipes-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/17. Using Pipes to Transform Output/pipes-final.zip -------------------------------------------------------------------------------- /17. Using Pipes to Transform Output/pipes-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/17. Using Pipes to Transform Output/pipes-start.zip -------------------------------------------------------------------------------- /18. Making Http Requests/Useful Resources & Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/Useful Resources & Links.txt -------------------------------------------------------------------------------- /18. Making Http Requests/http-01-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-01-start.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-02-post-requests.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-02-post-requests.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-03-get-and-transform-data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-03-get-and-transform-data.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-04-loading-indicator.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-04-loading-indicator.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-05-handling-errors.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-05-handling-errors.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-06-headers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-06-headers.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-07-query-params.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-07-query-params.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-08-interceptor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-08-interceptor.zip -------------------------------------------------------------------------------- /18. Making Http Requests/http-09-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/18. Making Http Requests/http-09-finished.zip -------------------------------------------------------------------------------- /19. Course Project - Http/prj-http-01-save-and-fetch-recipes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/19. Course Project - Http/prj-http-01-save-and-fetch-recipes.zip -------------------------------------------------------------------------------- /19. Course Project - Http/prj-http-02-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/19. Course Project - Http/prj-http-02-finished.zip -------------------------------------------------------------------------------- /2. The Basics/Assignment 1 - Practicing Components.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/Assignment 1 - Practicing Components.docx -------------------------------------------------------------------------------- /2. The Basics/Assignment 2 - Practicing Databinding.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/Assignment 2 - Practicing Databinding.docx -------------------------------------------------------------------------------- /2. The Basics/Assignment 3 - Practicing Directives.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/Assignment 3 - Practicing Directives.docx -------------------------------------------------------------------------------- /2. The Basics/Bindable Properties and Events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/Bindable Properties and Events.txt -------------------------------------------------------------------------------- /2. The Basics/FormsModule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/FormsModule.txt -------------------------------------------------------------------------------- /2. The Basics/basics-assignment-1-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-assignment-1-solution.zip -------------------------------------------------------------------------------- /2. The Basics/basics-assignment-1-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-assignment-1-start.zip -------------------------------------------------------------------------------- /2. The Basics/basics-assignment-2-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-assignment-2-solution.zip -------------------------------------------------------------------------------- /2. The Basics/basics-assignment-2-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-assignment-2-start.zip -------------------------------------------------------------------------------- /2. The Basics/basics-assignment-3-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-assignment-3-solution.zip -------------------------------------------------------------------------------- /2. The Basics/basics-assignment-3-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-assignment-3-start.zip -------------------------------------------------------------------------------- /2. The Basics/basics-components.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-components.zip -------------------------------------------------------------------------------- /2. The Basics/basics-databinding.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-databinding.zip -------------------------------------------------------------------------------- /2. The Basics/basics-directives.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-directives.zip -------------------------------------------------------------------------------- /2. The Basics/basics-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-final.zip -------------------------------------------------------------------------------- /2. The Basics/basics-ngfor-addition.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/2. The Basics/basics-ngfor-addition.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/Make sure you got Recipes in your backend!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/Make sure you got Recipes in your backend!.txt -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/Useful Resources & Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/Useful Resources & Links.txt -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-01-auth-component.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-01-auth-component.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-02-auth-form.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-02-auth-form.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-03-signup-request.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-03-signup-request.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-04-added-login.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-04-added-login.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-05-added-token-to-requests.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-05-added-token-to-requests.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-06-logout.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-06-logout.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-07-autologin-autologout.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-07-autologin-autologout.zip -------------------------------------------------------------------------------- /20. Authentication & Route Protection in Angular/auth-08-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/20. Authentication & Route Protection in Angular/auth-08-finished.zip -------------------------------------------------------------------------------- /21. Dynamic Components/Useful Resources & Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/21. Dynamic Components/Useful Resources & Links.txt -------------------------------------------------------------------------------- /21. Dynamic Components/dyn-cmp-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/21. Dynamic Components/dyn-cmp-finished.zip -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/Alternative Lazy Loading Syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/Alternative Lazy Loading Syntax.txt -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/Useful Resources & Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/Useful Resources & Links.txt -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/opt-mod-01-feature-module.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/opt-mod-01-feature-module.zip -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/opt-mod-02-routing-module.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/opt-mod-02-routing-module.zip -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/opt-mod-03-shared-module.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/opt-mod-03-shared-module.zip -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/opt-mod-04-core-module.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/opt-mod-04-core-module.zip -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/opt-mod-05-lazy-loading.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/opt-mod-05-lazy-loading.zip -------------------------------------------------------------------------------- /22. Angular Modules & Optimizing Angular Apps/opt-mod-06-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/22. Angular Modules & Optimizing Angular Apps/opt-mod-06-finished.zip -------------------------------------------------------------------------------- /23. Deploying an Angular App/Server Routing vs Browser Routing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/23. Deploying an Angular App/Server Routing vs Browser Routing.txt -------------------------------------------------------------------------------- /23. Deploying an Angular App/deployment-finished (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/23. Deploying an Angular App/deployment-finished (1).zip -------------------------------------------------------------------------------- /23. Deploying an Angular App/deployment-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/23. Deploying an Angular App/deployment-finished.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/Alternative NgRx Syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/Alternative NgRx Syntax.txt -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/Useful Resources and links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/Useful Resources and links.txt -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-01-first-reducer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-01-first-reducer.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-02-added-store.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-02-added-store.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-03-added-actions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-03-added-actions.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-04-finished-shopping-list.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-04-finished-shopping-list.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-05-auth-without-effects.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-05-auth-without-effects.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-06-login-effect.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-06-login-effect.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-07-localstorage-effects.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-07-localstorage-effects.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-08-auth-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-08-auth-finished.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-09-devtools-and-routing.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-09-devtools-and-routing.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-10-fetch-recipes-effect.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-10-fetch-recipes-effect.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-11-recipe-crud.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-11-recipe-crud.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-12-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-12-finished.zip -------------------------------------------------------------------------------- /24. Bonus Working with NgRx in our Project/ngrx-create-functions-syntax.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/24. Bonus Working with NgRx in our Project/ngrx-create-functions-syntax.zip -------------------------------------------------------------------------------- /25. Bonus Angular Universal/25.2 - Angular Universal & ModuleMapLoader.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/25.2 - Angular Universal & ModuleMapLoader.txt -------------------------------------------------------------------------------- /25. Bonus Angular Universal/25.2 - Important - Remaining Lectures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/25.2 - Important - Remaining Lectures.txt -------------------------------------------------------------------------------- /25. Bonus Angular Universal/25.4 - Deploying Universal Apps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/25.4 - Deploying Universal Apps.txt -------------------------------------------------------------------------------- /25. Bonus Angular Universal/Angular Universal Gotchas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/Angular Universal Gotchas.txt -------------------------------------------------------------------------------- /25. Bonus Angular Universal/Important Official Docs & Starting Project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/Important Official Docs & Starting Project.txt -------------------------------------------------------------------------------- /25. Bonus Angular Universal/Useful Links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/Useful Links.txt -------------------------------------------------------------------------------- /25. Bonus Angular Universal/ng-universal-01-start (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/ng-universal-01-start (1).zip -------------------------------------------------------------------------------- /25. Bonus Angular Universal/ng-universal-01-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/ng-universal-01-start.zip -------------------------------------------------------------------------------- /25. Bonus Angular Universal/ng-universal-02-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/ng-universal-02-finished.zip -------------------------------------------------------------------------------- /25. Bonus Angular Universal/ng-universal-03-nestjs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/25. Bonus Angular Universal/ng-universal-03-nestjs.zip -------------------------------------------------------------------------------- /26. Angular Animations/Making Animations Work with Angular 4+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/26. Angular Animations/Making Animations Work with Angular 4+.txt -------------------------------------------------------------------------------- /26. Angular Animations/animations-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/26. Angular Animations/animations-finished.zip -------------------------------------------------------------------------------- /26. Angular Animations/animations-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/26. Angular Animations/animations-start.zip -------------------------------------------------------------------------------- /27. Adding Offline Capabilities with Service Workers/Further Links & Resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/27. Adding Offline Capabilities with Service Workers/Further Links & Resources.txt -------------------------------------------------------------------------------- /27. Adding Offline Capabilities with Service Workers/ng-pwa-01-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/27. Adding Offline Capabilities with Service Workers/ng-pwa-01-start.zip -------------------------------------------------------------------------------- /27. Adding Offline Capabilities with Service Workers/ng-pwa-02-finished (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/27. Adding Offline Capabilities with Service Workers/ng-pwa-02-finished (1).zip -------------------------------------------------------------------------------- /27. Adding Offline Capabilities with Service Workers/ng-pwa-02-finished.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/27. Adding Offline Capabilities with Service Workers/ng-pwa-02-finished.zip -------------------------------------------------------------------------------- /28. A Basic Introduction to Unit Testing in Angular Apps/About this Section.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/28. A Basic Introduction to Unit Testing in Angular Apps/About this Section.txt -------------------------------------------------------------------------------- /28. A Basic Introduction to Unit Testing in Angular Apps/Further Resources and Where to go Next.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/28. A Basic Introduction to Unit Testing in Angular Apps/Further Resources and Where to go Next.txt -------------------------------------------------------------------------------- /28. A Basic Introduction to Unit Testing in Angular Apps/testing-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/28. A Basic Introduction to Unit Testing in Angular Apps/testing-final.zip -------------------------------------------------------------------------------- /29. Angular as a Platform & Closer Look at the CLI/Useful link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/29. Angular as a Platform & Closer Look at the CLI/Useful link.txt -------------------------------------------------------------------------------- /3. Course Project - The Basics/3.3 Creating a New App Correctly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/3. Course Project - The Basics/3.3 Creating a New App Correctly.txt -------------------------------------------------------------------------------- /3. Course Project - The Basics/Alternative Non-Collapsable Navigation Bar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/3. Course Project - The Basics/Alternative Non-Collapsable Navigation Bar.txt -------------------------------------------------------------------------------- /3. Course Project - The Basics/Installing Bootstrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/3. Course Project - The Basics/Installing Bootstrap.txt -------------------------------------------------------------------------------- /3. Course Project - The Basics/Navigation Bar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/3. Course Project - The Basics/Navigation Bar.txt -------------------------------------------------------------------------------- /3. Course Project - The Basics/prj-basics-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/3. Course Project - The Basics/prj-basics-final.zip -------------------------------------------------------------------------------- /3. Course Project - The Basics/prj-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/3. Course Project - The Basics/prj-start.zip -------------------------------------------------------------------------------- /30. Angular Changes & New Features/What's New & How to Update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/30. Angular Changes & New Features/What's New & How to Update.txt -------------------------------------------------------------------------------- /4. Debugging/debugging.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/4. Debugging/debugging.zip -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/@ContentChild() in Angular 8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/@ContentChild() in Angular 8.txt -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/@ViewChild() in Angular 8+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/@ViewChild() in Angular 8+.txt -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/@ViewChild() in Angular 8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/@ViewChild() in Angular 8.txt -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/Assignment 4- Practicing Property & Event Binding and View Encapsulation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/Assignment 4- Practicing Property & Event Binding and View Encapsulation.docx -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/Thumbs.db -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/cmp-databinding-assignment-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/cmp-databinding-assignment-solution.zip -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/cmp-databinding-assignment-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/cmp-databinding-assignment-start.zip -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/cmp-databinding-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/cmp-databinding-final.zip -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/cmp-databinding-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/cmp-databinding-start.zip -------------------------------------------------------------------------------- /5. Components & Databinding Deep Dive/lifecycle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/5. Components & Databinding Deep Dive/lifecycle.pdf -------------------------------------------------------------------------------- /6. Course Project - Components & Databinding/Make sure you have FormsModule added!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/6. Course Project - Components & Databinding/Make sure you have FormsModule added!.txt -------------------------------------------------------------------------------- /6. Course Project - Components & Databinding/prj-basics-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/6. Course Project - Components & Databinding/prj-basics-final.zip -------------------------------------------------------------------------------- /6. Course Project - Components & Databinding/prj-cmp-databinding-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/6. Course Project - Components & Databinding/prj-cmp-databinding-final.zip -------------------------------------------------------------------------------- /7. Directives Deep Dive/Angular.txt: -------------------------------------------------------------------------------- 1 | https://angular.io/api/core/Renderer2 -------------------------------------------------------------------------------- /7. Directives Deep Dive/More about the Renderer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/7. Directives Deep Dive/More about the Renderer.txt -------------------------------------------------------------------------------- /7. Directives Deep Dive/directives-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/7. Directives Deep Dive/directives-final.zip -------------------------------------------------------------------------------- /7. Directives Deep Dive/directives-start (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/7. Directives Deep Dive/directives-start (1).zip -------------------------------------------------------------------------------- /7. Directives Deep Dive/directives-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/7. Directives Deep Dive/directives-start.zip -------------------------------------------------------------------------------- /8. Course Project - Directives/Closing the Dropdown From Anywhere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/8. Course Project - Directives/Closing the Dropdown From Anywhere.txt -------------------------------------------------------------------------------- /8. Course Project - Directives/prj-directives-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/8. Course Project - Directives/prj-directives-final.zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/Assignment 5 - Practising Services.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/Assignment 5 - Practising Services.docx -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/Services in Angular 6+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/Services in Angular 6+.txt -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-assignment-solution.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-assignment-solution.zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-assignment-start (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-assignment-start (1).zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-assignment-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-assignment-start.zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-final (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-final (1).zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-final.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-final.zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-start (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-start (1).zip -------------------------------------------------------------------------------- /9. Using Services & Dependency Injection/services-start.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/9. Using Services & Dependency Injection/services-start.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Angular---The-Complete-Guide-2021-Edition/HEAD/README.md --------------------------------------------------------------------------------