• Overview
@angular/forms/signals

Mutable

Type Alias

Creates a type based on the given type T, but with all readonly properties made writable.

API

    
      type Mutable<T> = {  -readonly [P in keyof T]: T[P];}
    
    
Jump to details