Angular

Last Updated: 6/15/2023

Modules

  • Angular App contains 1 or more modules
  • Modules - container for group of related components
  • Every Angular App has atleast 1 module called AppModule the root module
  • eg Admin, Instructor, Messaging, Courses
  • For simpler app we will have 1 module
  • For bigger app we break into smaller and more maintainable modules
  • Each module is responsible for specific area of application