What are ng modules in angular?
Utilisateur anonyme
An NgModule is a TypeScript class decorated with the @NgModule() decorator. It tells Angular: What components, pipes, and directives this module contains What other modules it depends on Which components are available to be used outside this module Which component to load first (root module only)