Function that generates an ImageLoader for Netlify and turns it into an Angular provider.
function provideNetlifyLoader( path?: string | undefined): Provider[];
Provider[]
string | undefined
optional URL of the desired Netlify site. Defaults to the current site.