ngCourse2 icon indicating copy to clipboard operation
ngCourse2 copied to clipboard

Update - Modules

Open AbdellaToronto opened this issue 3 years ago • 0 comments

Modules

What is an Angular Module?

  • [x] The 3 properties are optional (but we can mention that they are required for the AppModule Module)?

Bootstrapping an Application

  • [ ] We could link to the AoT section

Adding Components, Pipes and Services to a Module

  • [ ] Very minor: change credit card # to be 16 digits
  • [ ] “In the other hand, our custom service is configured with the dependency injection system with the providers property.” -> remove “In the other hand” and mention the service name

Creating a Feature Module

  • [ ] Fix typo: “When our root module starts growing…”
  • [ ] forRoot() portion: review https://angular.io/guide/singleton-services#forRoot to make sure this section is still correct

Directive Duplications

  • [x] “Official documentation” link no longer valid
  • [x] Test out example to make sure it’s still valid

Lazy Loading a Modul

  • [x] Update the example to match latest Angular style

Lazy Loading and the DI Tree

  • [ ] Is the example still valid?

Sharing the Same Dependency Injection Tree

  • [x] Is the example still valid?

AbdellaToronto avatar Apr 06 '21 13:04 AbdellaToronto