Sollicitatievraag bij GSPANN Technologies

What are ng modules in angular?

Antwoord op sollicitatievraag

Anoniem

27 nov 2025

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)