Help Angular by taking a 1 minute survey!Go to surveyHome

LoadChildren

A string of the form path/to/file#exportName that acts as a URL for a set of routes to load, or a function that returns such a set.

      
      type LoadChildren = string | LoadChildrenCallback;
    

See also