Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteResourceOptions

Resource specific options, defined as query string on the resource URI.

{
  path: 'home',
  loadChildren: './app/home/home-module#HomeModule?loader=sync&bySymbol=false'
}

Hierarchy

  • RouteResourceOptions

Index

Properties

Optional bySymbol

bySymbol: boolean

Resolve ngfactory modules and verify they exist, if not track the symbol and search for the ngfactory that exports the symbol.

resource_override

RouterLoaderOptions.loader

Optional chunkName

chunkName: string

A chunk name used by webpack to bundle async modules. Used by the "async-require" loader.

For more information see webpack require.ensure

Optional loader

loader: BUILT_IN_LOADERS | string

The code generator to use when replacing the URI with a callback.

resource_override

RouterLoaderOptions.loader

Generated using TypeDoc