Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectorConfig<T>

Type parameters

  • T = unknown

Hierarchy

  • InjectorConfig

Index

Properties

Properties

Optional nonce

nonce: string

Sets a cryptographic nonce (number used once) on the enclosing <style> tag when generating a page on demand.

Useful for enforcing a Content Security Policy (CSP).

Optional target

target: T

Target to insert rules into.

Generated using TypeDoc