rangle/ngCourse2

Update - Modules

Opened this issue · 0 comments

Modules

What is an Angular Module?

  • 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

Directive Duplications

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

Lazy Loading a Modul

  • 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

  • Is the example still valid?