mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d8ca560a15
An outcome of the Resource RFC was that we should use string constants for communicating the resource status instead of an enum. This commit converts `ResourceStatus` accordingly. PR Close #60919