@angular/common

PRECONNECT_CHECK_BLOCKLIST

constant

Injection token to configure which origins should be excluded from the preconnect checks. It can either be a single string or an array of strings to represent a group of origins, for example:

  
    const PRECONNECT_CHECK_BLOCKLIST: InjectionToken<(string | string[])[]>;
  
  
Jump to details