How to get Chunk names for child components in a lazy loaded angular standalone v17 app without associating them with any routes?
I have a standalone components angular application running on v17.0.9 and using lazy loading to load all the components via loadChildren and loadComponent for the main layout component and other router outlet components respectively.