In an Angular lazy-loaded route configuration, what does the loadChildren property accept in modern Angular (v9+)?
-
A
A string path to the module file using the '#' syntax
-
B
A dynamic import() returning a module with routing
-
C
A factory function that creates a module synchronously
-
D
A reference to the NgModule class directly