DeprecatedLoadChildren
A string of the form path/to/file#exportName
that acts as a URL for a set of routes to load.
已弃用: the string
form of loadChildren
is deprecated in favor of the proposed ES dynamic import()
expression, which offers a more natural and standards-based mechanism to dynamically load an ES module at runtime.
type DeprecatedLoadChildren = string;