Answer the question
In order to leave comments, you need to log in
How to disable unused modules?
There is an application for Angular. Everything is built on modules. The task is to provide the application in a stripped-down version. For example, with the requests management module turned off.
All modules are registered in:
export class AppModule {}
How to disable and enable the necessary modules, which way? There must be some kind of configurator at some level. How is it done correctly?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question