How to import NgZorroAntdModule when a module uses lazy loading mode

I imported NgZorroAntdModule, into the core module when loading the submodule using lazy loading mode, but the submodule reported an error and no NgZorroAntdModule was found.

sharedNgZorroAntdModule(shared)NgZorroAntdModuleNgZorroAntdModule

what should I do? Thank you

Jul.22,2021

you can put the ng-zorro in the shared module, and each time you create the module, you can import the shared module; note that the shared module remembers to export.
reference: http://www.deathghost.cn/arti.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30304-2b470.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30304-2b470.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?