@angular/core

StateKey

Type Alias

A type-safe key to use with TransferState.

  
    type StateKey = string & {  __not_a_string: never;  __value_type?: T;}
  
  
Jump to details