填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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;
      
      type DeprecatedLoadChildren = string;
    

参见