Home Reference Source Repository
import {BasicLazyModuleResolver} from 'ngast/dist-docs/lib/project-symbols.js'
public class | source

BasicLazyModuleResolver

Implements:

  • LazyModuleResolver

Implementation of the LazyModuleResolver which resolves lazy module URL or path in cases when loadChildren has a string value.

Method Summary

Public Methods
public

resolve(basePath: string, routeDefinition: Route): *

Returns URL or path to given lazy loaded module.

Public Methods

public resolve(basePath: string, routeDefinition: Route): * source

Returns URL or path to given lazy loaded module.

Params:

NameTypeAttributeDescription
basePath string
routeDefinition Route

Return:

*