Pregunta de entrevista de GSPANN Technologies

What are ng modules in angular?

Respuesta de la entrevista

Anónimo

27 de nov de 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)