• Overview
@angular/common

provideNetlifyLoader

function
stable

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

API

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

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

@returnsProvider[]

Set of providers to configure the Netlify loader.

Jump to details