Member Junction
    Preparing search index...
    interface LazyChunk {
        entries: LazyChunkEntry[];
        importPath: string;
        loaderVarName: string;
        packageName: string;
        subpath: string;
    }
    Index

    Properties

    entries: LazyChunkEntry[]

    The

    entries (base class + key pairs) that map to this chunk

    importPath: string

    The full import path for dynamic import (e.g., '@memberjunction/ng-dashboards/ai-dashboards.module')

    loaderVarName: string

    The generated variable name for the loader function

    packageName: string

    The npm package name

    subpath: string

    The subpath export (e.g., './ai-dashboards.module') or '.' for whole-package chunks