Documentation
    Preparing search index...

    The PreloadsManager class is used to resolve and import preload modules.

    The class relies on "import.meta.resolve" to resolve the provider modules from the root of the application.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Pass an array of preload modules to import

      Parameters

      • list: PreloadNode[]

        Array of preload modules to register

      Returns this

      this - Returns the PreloadsManager instance for method chaining

    • Import preload files

      Returns Promise<void>

      Promise that resolves when all preload modules have been imported