• Overview
@angular/common

provideNetlifyLoader

function

Function that generates an ImageLoader for Netlify and turns it into an Angular provider.

  
    function provideNetlifyLoader(  path?: string | undefined): Provider[];
  
  

provideNetlifyLoader

Function that generates an ImageLoader for Netlify and turns it into an Angular provider.

@parampathstring | undefined

optional URL of the desired Netlify site. Defaults to the current site.

@returnsProvider[]
Jump to details