mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e9b9fd4579
The `Writable` type is usefull when we want overwrite readonly properties and we still want to maintain code navigation/reference. It should be use instead of `any` type assertions for example. PR Close #49754