• Overview
@angular/core

InjectAsyncOptions

interface
stablesince v22.0

Interface for options argument used within injectAsync call.

API

    
      interface InjectAsyncOptions {}
    
    

prefetch

PrefetchTrigger | undefined

A trigger to eagerly prefetch the lazy-loaded dependency before it is requested.

Jump to details