Angular Modules — a practical guide to Angular NgModules with clear examples you can reuse in real projects.
Angular Tutorial Series (36/119). Prefer one article? Read the complete Angular tutorial.
Short description
New apps often use standalone components — still know modules for legacy code.
NgModule tip
declarations / imports / exports
providers
bootstrap (root module)
Migrate gradually to standalone