Answer the question
In order to leave comments, you need to log in
Multiple modules in an application maybe?
In general, I'm learning Angular and have some questions about modules.
Answer the question
In order to leave comments, you need to log in
As many modules as you want.
A module is a frame structure on which components, services, and so on are attached. As a rule, one functional unit is a module.
For example, some complex element is made from several components and a couple of services and imported by the module.
Or another example - a lazy loading module, a page or several, loaded only when needed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question