Pergunta de entrevista da empresa GSPANN Technologies

What are ng modules in angular?

Resposta da entrevista

Sigiloso

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)