• Overview
@angular/platform-browser

provideCssVarNamespacing

function
stable

Configures the application to use the given namespace for all CSS variables.

API

function provideCssVarNamespacing(
  namespace?: string | undefined,
): EnvironmentProviders;
@paramnamespacestring | undefined

The prefix string to use as a namespace. If not provided, it defaults to the APP_ID. An underscore is appended unconditionally.

Jump to details