angular-module

Angular 7 child routes import component using modules

I'm trying to set some child routes in my angular 7 application but they don't work, I have the following scenario: I h ... y importing only the modules with the encapsulated components without having to import the direct component into app-module?